Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

change background color of header menu

Home / Forums / Kadence Theme / change background color of header menu

This topic is: Resolved
[Resolved]
Posted in: Kadence Theme

Tagged: ,

August 22, 2021 at 5:37 am

Hi,
I want to change the background color of my header…because currently , according to my color palette…its black, and I want it to be white. I understand you can use CSS to override/accomplish this, but when I put the following code in my Additional CSS, it doesn’t work….does anyone know what I’m doing wrong?

.main-navigation .primary-menu-container > ul li a {
font-style: normal;
font-weight: normal;
font-family: var(–global-primary-nav-font-family);
text-transform: uppercase;
background-color: #FFFFFF;
}

I used the Inspect option in Chrome to get the the css, copied it, and then added the last line for background-color: #FFFFFF;

Adrian

  • The forum ‘Kadence Theme’ is closed to new topics and replies.