Add phone number/contact details to the header

Discussion in 'ColorWay WordPress Theme' started by matthewford, Mar 20, 2015.

  1. matthewford

    matthewford Member

    Joined:
    Jan 16, 2013
    Messages:
    55
    Likes Received:
    0
    Hi,

    I've read threads where you've emailed a custom version of Colorway to people who want to list a phone number or email address in their header. Could you send that to me?

    Thank You
    Matt
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
  3. jaimeeriepro

    jaimeeriepro New Member

    Joined:
    May 24, 2015
    Messages:
    6
    Likes Received:
    0
    I reached this post through the Colorway theme forum. But both of the above answers refer to themes other than Colorway. The first link you posted refers to the Bizway theme. The second link you posted refers to the Compass theme. The screen captures that show exactly where to add the new code do not correspond to the code in the header.php file for Colorway. Can you please advise how to add this text to the header of Colorway? Thanks.
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    The process of adding phone number/contact details is same in Colorway as provided in the earlier thread link.

    But don't worry!!!

    I am providing the separate solution for Colorway Theme.
    Please follow the screenshot given below.
    colorway_add_phone&contact_in_header.png

    Now, please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .top_right_corner {
      float: right;
      margin-top: -50px;
      line-height: 0.2;
      margin-right: 30px;
    }
    For your information, I am using "WP-Editor" plugin to edit files.
    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.
    After activating this plugin, you will get the same screen as shown in the screenshot.

    Thanks,
    Praveen
     

Share This Page