Tagged: x
-
AuthorPosts
-
April 3, 2016 at 9:14 am #864693
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.orgPlease 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.
April 3, 2016 at 9:25 pm #865250Hello 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.
April 6, 2016 at 4:16 am #868871OK thanks for your quick reply.
April 6, 2016 at 8:47 am #869297If you need anything else please let us know.
April 6, 2016 at 12:08 pm #869677Hi,
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?
April 6, 2016 at 12:24 pm #869712Hi 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!
April 8, 2016 at 5:18 am #872574Yes that’s perfect thank you.
April 8, 2016 at 4:37 pm #873358Glad we could help.
Cheers!
-
AuthorPosts