• Hi There – I am using the Hueman theme and in the boxed layout, the font color is too light and hard to read. Is there a way, I can change that to something dark?
    Also, there is no way to change the font color in the menubar.

    The link to my blog is – happinessandfood.com

    Please help. Thank you!

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

    Just use Css to change color , what ever you want to change.
    Use webtools and select the Div #class and see code in style.css and edit color code and your are done.

    Thanks
    Bruce Mesnekoff

    Hey there,

    I am using the Hueman theme and in the boxed layout, the font color is too light and hard to read

    I’m not sure where you refer too there, show me a screenshot to highlighting the place. As for the nav, in your themes CSS you have this:

    @media only screen and (min-width: 720px)
    #nav-header .nav li a {
        color: #fff;
        color: rgba(255,255,255,.7);
    }

    RGBA will take precedence there. The theme may have an option for CSS or to overwrite this but If not, use a plugin like Simple CSS along with the CSS there and your own colour choice:

    https://wordpress.org/plugins/simple-custom-css/

    To help get the colour you need, take a look here:

    http://www.color-hex.com/

    Hope this helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme Hueman] – boxed layout font color’ is closed to new replies.