Header Contact Information

Discussion in 'Infoway WordPress Theme' started by lklatt76, Jan 5, 2014.

Thread Status:
Not open for further replies.
  1. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    Is there a way to change the font in the header contact information so it matches the rest of the website's font? It doesn't look as elegant as the rest of the website. It also looks like it's all in bold is there a way to only bold the name of the business and the phone number or just have it all unbolded?

    Here's my URL: http://inventivedentalsolutions.com

    Thanks!
     
  2. Nitesh

    Nitesh Support Staff

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

    It is looking different because of text shadow.
    So
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header .contactinfo span.calldetails {
    color: YOUR COLOR VALUE;
    text-shadow: none; 
    }
    You can also change color. If you want.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    Thanks Nitesh, that worked!
     
Thread Status:
Not open for further replies.

Share This Page