• Hi
    Sorry to bother and ask, but I’m not able to change text color at front page (or any other pageeither) same with left sidebar widget (menu).
    I wish all text to be black (execpt header) .
    I use childtheme, and did try those what was adviced to others:
    * {color: black !important; }
    or
    /* change sidebar item color*/
    .sidebar s1 .widget a {
    font color: #000000 !important; }
    .textwidget header ul li a {
    color: #000000;
    Nothing happens.
    I did try that <p style=”color:black;”>

    So am I putting those to wrong file (now at childtheme style css file.) or does theme take css from somewhere else that childtheme css file? or is there mistake in code (but those did work for others..)
    I’m mess. So if someone could advice me I would so gratefull.

Viewing 1 replies (of 1 total)
  • Hi,

    You should keep your custom css in a child theme style.css

    Use developer tool such as firebug to find out the css class to use.
    For example the excerpt in homepage post grid is .entry.excerpt p

    Look for syntax error, there should be closing curly brackets in your code.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Text color’ is closed to new replies.