Contact Area on Home Page

Discussion in 'Andrina WordPress Theme' started by raulinho27, Aug 16, 2013.

  1. raulinho27

    raulinho27 New Member

    Joined:
    Aug 16, 2013
    Messages:
    14
    Likes Received:
    0
    I'm trying to change the color of the text in the Contact Area on the Home Page. I have the phone number and the working hours in white, but my email address is in grey and I would like it in white as well. Please advise.
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .index-info .index-info-two span {
    color: red;
    }
    Inplace of "red" you can put your color or color code.
    This will solve your issue.
     
  3. raulinho27

    raulinho27 New Member

    Joined:
    Aug 16, 2013
    Messages:
    14
    Likes Received:
    0
    That did not change the color of my email address in the Contact Area of my Home Page. Attached is a pic.
     

    Attached Files:

  4. Nitesh

    Nitesh Support Staff

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

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

    Code:
    .index-info .index-info-two span {
    color: red!important;
    }
     
  5. raulinho27

    raulinho27 New Member

    Joined:
    Aug 16, 2013
    Messages:
    14
    Likes Received:
    0
    Still not changing my email text color. It remains grey.
     
  6. Gourav

    Gourav Support Staff

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

    Could you please share the link of your website, So we will check your issue.
     
  7. raulinho27

    raulinho27 New Member

    Joined:
    Aug 16, 2013
    Messages:
    14
    Likes Received:
    0
  8. Gourav

    Gourav Support Staff

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

    We have checked your website and it seems that css code is working fine, Please check your website in another browser and clear your system cache.This will solve your issue.
     

Share This Page