Header - Bigger Logo - bigger phone number

Discussion in 'Infoway WordPress Theme' started by lklatt76, May 23, 2013.

  1. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    How can I change the Logo so it is bigger on the banner? And how can I make the phone number bigger and at the bottom of the text in the header? See screenshot...
     

    Attached Files:

  2. leadology

    leadology Member

    Joined:
    Dec 28, 2011
    Messages:
    100
    Likes Received:
    2
    Was curious to see your site screenshot and love how it is coming along. Very nice:) Question, the slider seems to just show one picture with no info tabs on the right of the pic. Is this correct? If so, how did you do it please?
     
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For logo:
    Logo size depends on the image size that you are uploading. Use big image.

    For contact:
    Add your contact number in the format given below.
    <span style="font-size:22px;">9999 call us</span>
    Check image for reference.

    [​IMG]
     
  4. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    That worked perfectly! Now how do I remove the phone icon?
     
  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .contactinfo img {
    display: none;
    }
     
  6. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    This worked but now the alignment is off...how can I justify it left or right so everything lines up correctly?

    http://512citydesign.com/
     
  7. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .header .contactinfo span {
    float: left;
    }
    This will solve your issue.
     
  8. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    I used a Custom CSS

    #featured ul.ui-tabs-nav {
    display: none;
    }
     
  9. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    H, I followed the instructions to remove the telephone image, but it is still there.

    I have somthing else in the css box to remove the widgets, could this be causing the problem?

    It looks like this now:

    .sidebar {
    display: none;
    }
    .contactinfo img {
    display: none;
    }

    Thanks, Paul.
     
  10. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Follow the link given below

    http://www.inkthemes.com/community/threads/how-to-rmove-telephone-symbol.5135/

    This will solve your issue.
     
  11. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi, I can see, and have tried that code, something is stopping it from working.

    Perhaps I do not understand how the custom css box works.

    I have added code for other issues to the box, is it correct to do this, because at the moment, only the first lot of code I pasted in actually works. I am wondering if the other pieces of code are causeing some conflict?
     
  12. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    You can write as many as style codes you want to put in the Custom CSS and all will work perfectly. In case you make any syntax error then all the codes below that error code will not work. So make sure you write the code with proper syntax.
     

Share This Page