Putting a phone number in the header

Discussion in 'Squirrel WordPress Theme' started by muppett1984, May 29, 2014.

  1. muppett1984

    muppett1984 Guest

    Joined:
    May 6, 2014
    Messages:
    22
    Likes Received:
    0
    Hi there,

    Can anyone tell me how to put our phone number in the top right hand corner, next to the logo? I'm useless. Using Squirrel.

    Thanks.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Create banner image of width 910 pixels in which add logo in the left side and phone number on the right side.
    After that go to the Appearance > Theme Option > General Settings panel in your dashboard and upload this banner image from Custom Logo Section.

    This will solve your issue.
     
  3. muppett1984

    muppett1984 Guest

    Joined:
    May 6, 2014
    Messages:
    22
    Likes Received:
    0
    Hi there,

    Have just tried to do this. I want to fill the entire header with the logo as it will be coloured and there is a white border around it? Can you please tell me how to resolve this?

    Thank you
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello !

    We have got your concern, please send us your website link to understand your issues.

    Thanks & Regards
    Yogesh Bhade
     
  5. muppett1984

    muppett1984 Guest

    Joined:
    May 6, 2014
    Messages:
    22
    Likes Received:
    0
    Here is the picture. I want to fill the entire header with the colour using an image with the logo and phone number etc.

    Thank you
     

    Attached Files:

  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header .logo a img
    {
    width:100%;
    }
    .header .logo
    {
    margin:0;
    }
    Thanks & Regards
    Pramod Patel
     

Share This Page