• Is there any few lines of custom css to change the text color all over the theme ?

    I’m using .post p { color:#222222; } to change post text color, but list item color, sidebar color, footer text etc. etc. are still using default grayish color, I wnat every default text in the the theme is #222222 colored. Thnaks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    To do this, you need to change the text color within a certain class.
    There is no one line fix in this case.

    Please download and install Google Chrome and read this.

    To address the light font color, please add the following code to your custom stylesheet and change color code.

    .entry.excerpt p {color:#000 !important}

    Hope that helps.

    Thread Starter Arnab_satapathi

    (@arnab_satapathi)

    Yes it helped a lot, thank you, but do you have any firefox specific how to ? I stopped using chrome about 2 year ago.

    Let I want to change list item(any text under

      and

        tags) text color ? what .entry portion have to be customized ?

    like .entry.expret li {color:#000 !important} is it OK ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hueman theme change global text color’ is closed to new replies.