colours

Add parts of background colours

Hello, i want to add some blue colours in the background of the header and footer like this site http://nordlicht-ev.de/ there is the css code .header100 { background-color: #90b4c2; z-index: -1; height: 60px; width: 100%; position: fixed; top: 101px; opacity: 0.5; } and .footer100 { background-color: #90b4c2; z-index: -10; height: 90px; width: 100%; opacity: 0.5; … Read more

Changing colour of sidebar backgrounds?

Hi, I’m just wondering if there is any way to change the background colour of just a sidebar (in one container)? I mean the whole sidebar background, not just the widget backgrounds? Thanks! Paul

Background Colours Of Menus

Hi Tom, On my website at https://christiangays.com/ you will note that I have a primary menu with links to sub-domains (CAPITAL LETTERS). Secondary menu is different on each sub-domain. When I click on a sub-domain in the primary menu, the background colour goes tan. (good) When I click on a menu item in the secondary … Read more

secondary-navigation

I have GP + AddOns. What’s the best way to change the background colour of the secondary-navigation bar at the top of thepage ? Sure there must be a configurable way instead of editing hte CSS ???? .secondary-navigation { background-color: #636363; }