Add text to header on Colorway theme

Discussion in 'ColorWay WordPress Theme' started by fdhodge, Sep 9, 2014.

  1. fdhodge

    fdhodge New Member

    Joined:
    Nov 26, 2012
    Messages:
    22
    Likes Received:
    0
    Please advise if I can add text such as contact number etc to the header where logo has been uploaded. I wish to add text in the header area not just to the logo. Thanks for your help.
     
  2. Yogesh

    Yogesh Guest

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

    Go to header.php file and edit there as shown below in screenshot.
    10sep2.png

    Use following CSS code
    Code:
    a.phone{
    float:right;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. mawebdesign

    mawebdesign Member

    Joined:
    Apr 20, 2014
    Messages:
    71
    Likes Received:
    1
    how do you change the size of the text ??
     
  4. Yogesh

    Yogesh Guest

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    a.phone{
    font-size: 12px;
    }
    You can change font-size like 11px, 12px, 13px etc.
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page