Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #28938

    Hi,

    How can I change the font color of the “IN CASE YOU NEED HELP” text of this page, http://kriesi.at/themes/enfold/pages/help/.

    I use the same theme color but only get the font in black which looks ugly with the background. However, I don’t see a way to change the color with the editor as there is no such a selection there.

    Thanks,

    #139216

    Hey,

    You can change the color of h2 tag using this on your custom.css or Quick CSS:

    .socket_color h2 {
    color: red;
    }

    Regards,

    Ismael

    #139217

    Hi Ismael,

    I just want to change the color of that particular text, not the h2 tag for the entire site.

    Is it all right to use “<span style=”color: #ffffff;”></span>” for the h2 content?

    thanks,

    #139218

    Hi yukanl,

    Yes that should be fine. You can also target the color section by giving it an ID and then style that h2 within (or whatever header you have it set to).

    Regards,

    Devin

    #139219

    Thank you, Devin.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to change font color.’ is closed to new replies.