• Resolved Grubbi

    (@grubbi)


    I installed the theme but my links on pages are white. I changed the page background to white, and I want to keep it white, but can’t see any links. Also when I highlight text on a page, it turns white, so looks blank. Anyway, not sure how to change the link colour…I’m assuming it’s in the style.css but not sure what I’m looking for. Help me please 😀

Viewing 9 replies - 1 through 9 (of 9 total)
  • I would guess that you set the primary accent color to white? 😉

    This color changes quite a few things, including links – in many different areas. So it is recommended to set the primary accent color to a color that works with links, and then, if you wish to recolor other areas, specify each one of those elements with CSS. For example, if you want the sidebar top color to be white, you can just do:

    .s1 .sidebar-top, .s1 .sidebar-toggle { background-color: #fff; }

    Thread Starter Grubbi

    (@grubbi)

    Ah I did, changed it and the links are now showing up. I added the css to the style.css but the sidebar colour is still the same as the primary colour. I installed the “child Hueman” style and added it to that, but no difference…

    Try:

    .s1 .sidebar-top, .s1 .sidebar-toggle { background-color: #fff!important; }

    Thread Starter Grubbi

    (@grubbi)

    Working! Think I had it in the wrong place on the style.css file. Thanks! x

    Hello,

    is it possible to do it also for the comments flag ?

    .post-comments { background-color: red; }
    .post-comments > span:before { border-right-color: red; }
    NayTay

    (@naytay)

    Hello, how do I change the primary accent colour ?

    Thanks!

    Hi – Theme Options > Styling > Primary Accent Color

    The CSS used for the option can be found in /functions/dynamic-styles.php

    NayTay

    (@naytay)

    Thanks Alexander, but I can not see Primary Accent Colour in the styling section. I can see “primary colour’ But this doesn’t change the text colour of the navigation bar.

    Am I missing something?

    Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Links Are White’ is closed to new replies.