Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #864693

    jonelsworth
    Participant

    Hi,

    I’m slightly disappointed with this theme because unless you understand css it is not as customisable as I’d hoped.

    I want to be able to change the background colour text colour for the sidebar menu on the following website:
    http://www.thepolicememorialtrust.org

    Please can you help?

    It would be a great theme if it was possible to change background/text colour & texture etc. without having to resort to css.

    #865250

    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! You can change the text colors of your sidebars, even the whole site by going to your customizer, Appearance > Customize > Typography. You need to play around with the body and content, headings and site links color and hover colors as well.

    Hope this helps.

    #868871

    jonelsworth
    Participant

    OK thanks for your quick reply.

    #869297

    Thai
    Moderator

    If you need anything else please let us know.

    #869677

    jonelsworth
    Participant

    Hi,

    Actually yes – how do I get all the menu and submenu items to appear white?

    I changed the site links to white but then you can’t see them on a white background.

    For those of us who don’t understand css it really would be useful to have colour pickers perhaps?

    #869712

    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! However, I’m not sure I quite follow the main request. Are you wanting to have the currently red menu items turn into white? If so, you can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    div#nav_menu-3 ul li a {
        color: #ffffff;
    }
    
    div#nav_menu-3 ul li a:hover {
        color: #F5DEB3;
    }

    Hope this helps – thanks!

    #872574

    jonelsworth
    Participant

    Yes that’s perfect thank you.

    #873358

    Nabeel A
    Moderator

    Glad we could help.

    Cheers!