• Hello,

    If I have several posts and pages I would like to change the Font color for all at sametime, how do I do that?

    matthewbarley.org

Viewing 7 replies - 1 through 7 (of 7 total)
  • You will probably need to start customising your theme’s CSS – possibly via a child theme or a custom CSS plugin.

    Thread Starter matt12345678

    (@matt12345678)

    Thanks I have a custom CSS plugin but, I have tried entering all types of css but no change happens

    Try using Firefox with the Firebug add-on to locate the styles you need to over-write. Or use whatever developer tool is available in your web browser.

    Thread Starter matt12345678

    (@matt12345678)

    I appreciate the help but, I am not as familiar with the css code as you are. I have been trying the following code without success

    .single { font-color: white}

    even tried this .single{font-color:white;}

    I don’t see any content on your pages or posts? You should also clear and turn off your caching plugins while you’re working on your site – it makes it hard to look at the CSS.

    .entry-content p {font-color: white;}

    try putting this in your theme’s custom.css, child theme or the custom css plugin as mentioned above

    Thread Starter matt12345678

    (@matt12345678)

    I see that the class is .entry-content but even using .entry-content p {font-color: white;} didnt make it white 🙁

    This works for me tho .entry-header{display:none;}

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Font color Pages and Posts’ is closed to new replies.