• Resolved timdevogel

    (@timdevogel)


    I’m trying to change the font colour, but can’t find the selector. I know it must be a simple thing to do, but I’m stuck.
    And if I have found the selector, am I right in thinking that I can change the colour in style.css in the child-folder?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi timdevogel. Your child theme style.css is the right file. You could change most of the content on your site with something like this:

    body, .sidebar .widget, h1, h2, h3, h4, h5 { color: #f00; }

    Items in the header and footer, and some widgets, may have to be more specifically targeted to override the default theme style.

    Thread Starter timdevogel

    (@timdevogel)

    Great, thanks, after some puzzeling I figured it out.
    Great theme!!!!!!

    Thread Starter timdevogel

    (@timdevogel)

    Solved

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Changing font colour’ is closed to new replies.