Customization not working

  • Unknown's avatar

    Custom colors are not working properly for Reddle Theme. The color set for Navigation and Link Hover does not actually show and the color set for Navigation and Footer Sidebars
    changes the Link Hover. I want the Link Hover to be a different color than the Footer

    Also, the “more posts” link on the bottom of the page is still the default font and color, rather than the custom font and color I have set for the rest of the site.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    The default method in the Customizer for the Reddle doesn’t support different colours for the footer and the link hover. If you would like to have different colours for the two, you can do so with some custom CSS. You can post to the CSS Customization forum to get some help with what CSS you’d need to use:

    https://en.forums.wordpress.com/forum/css-customization

    Let me know if you have any other questions!

  • Unknown's avatar

    Thanks so much for your response. The color options actually do say that you can change the link and hover colors- which is why it’s confusing.
    Can you recommend any similar themes that allow for that?
    This is the site I am working on so far…
    http://fitrxnblog.com/

  • Unknown's avatar

    I’m sorry if I wasn’t clear. You can change the colours, but they just can’t be different from each other by default.

    I’m not sure what exactly you want to change, but if it’s the background of your footer, for example, you would just need to go in to your CSS and paste this in:

    #colophon, #supplementary {
        background-color: #777777;
    }

    And for all the 7’s put in the colour you want. You can find that exact colour from a colour picking site like this one:

    http://www.colorpicker.com/

    That just changes the background. If you want to change the font on the footer too, you can put this in:

    #colophon a {
        color: #777777;
    }

    Let me know if it was something else you wanted to change.

  • The topic ‘Customization not working’ is closed to new replies.