How to change the color of Wordpress title

Discussion in 'RoadFighter WordPress Theme' started by jones156, Apr 21, 2015.

  1. jones156

    jones156 New Member

    Joined:
    Feb 8, 2015
    Messages:
    1
    Likes Received:
    0
    Hello,

    i didn't want to create a logo - the Wordpress title is quite good for me. The only correction i need is a change of the color. Normaly it's grey but i need it more lighter, because my slider image is quite dark. (http://jc-sattel.de)

    What's the css code for this? Thanks for helping.

    Kind regards,

    Marcus
     
  2. praveen

    praveen Support Staff

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

    For your information, we are using cufon.js which convert text into images.
    So, before applying any css to text/heading you must have to disable cufon.js.

    Please follow the screenshot given below.
    roadfighter_cufon_disable.png

    Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .logo h1 a {
    color: red !important;
    }
    Please change color according to your requirement.

    Thanks,
    Praveen
     

Share This Page