Social Icons Colour

Hi
I am trying to change colour of the social icons in the action bar, they are current dark grey and I they lighten to whiteish when I hover over them, how can I Change the colour to lighten it to white when not hovered over.

Comments

  • Hey,

    to change social icons color in right top corner, please use below css:
    #Action_bar .social li a { color: #FFF; }
  • Thank You

    One more thing, I have white content text in with a black background and use black content text on a white background, I set the content text to black and used style html to change the text colour to white for the black backgrounds, but is there a short code to change the text above the boxes in the contact form to white, like :-  #contact-form-7 ???? {color: #FFF;}

    Thanks Again

    A great Theme...

  • Hi Ok Sorry I have solved it.

    I just altered the contact form 7 html code.

    Changed

    <p>Your Name (required)<br />
        [text* your-name] </p>

    To

    <p style="color:#fff">Your Name (required)<br />
        [text* your-name] </p>
  • Yes, this is right of course :) We're glad to see you sorted it yourself.
Sign In or Register to comment.