Top Right Contact Details

Discussion in 'Local Business WordPress Theme' started by skon, Nov 17, 2013.

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

    skon Member

    Joined:
    Feb 11, 2013
    Messages:
    51
    Likes Received:
    1
    Location:
    Norwood, Massachusetts USA
    Today I noticed that the font and size of the contact details displayed on the top right corner of my Website have changed. It used to be displayed in a large white font, but now it's displayed in a small black font http://homespecialistsinc.com/. I upgraded my theme to the latest version yesterday and it was OK after the upgrade. How do I change this?
     
  2. Gourav

    Gourav Support Staff

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

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

    Code:
    .call-us {
    font-size: 25px;
    color: #fff;
    }
     
  3. skon

    skon Member

    Joined:
    Feb 11, 2013
    Messages:
    51
    Likes Received:
    1
    Location:
    Norwood, Massachusetts USA
    Thanks for your fast reply. I tried it and it works fine.

    I am using a child theme, so should I put this code in my child theme someplace so I don't lose this code during future upgrades?
     
  4. Gourav

    Gourav Support Staff

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

    There is no need of putting Custom CSS in child theme because at the time of update your theme option content and custom css will remain intact.
     
  5. skon

    skon Member

    Joined:
    Feb 11, 2013
    Messages:
    51
    Likes Received:
    1
    Location:
    Norwood, Massachusetts USA
    OK, thanks for your help!
     
Thread Status:
Not open for further replies.

Share This Page