The background on menu buttons used to be white and NOT transparent on this site, http://www.bluewaterapartments.com
The background has changed for some reasons without me making any changes. I have the general styling default settings cyan. I would like the background on the menu buttons to be white and the also text on the menu tabs to be bold. Can you please let me know what or where I can change these. If I should put a css code in the quick css edit box on the general styling section.
Hi mind!
Please use the following CSS Code
.av-main-nav > li > a {
background: #fff;
font-weight: bold;
}
Let me know if that works as should!
Best regards,
Basilis
Hi
Thank you for the quick response. I added that css code into quick css code (general styling, logo area) but it didn’t change anything.
Should I add it somewhere else?