Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #465199

    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.

    #465202

    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

    • This reply was modified 9 years, 4 months ago by Basilis. Reason: added code tags
    #465409

    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?

    #465649

    Hey!

    Please try the following instead:

    #avia-menu .menu-item {
      background-color: white !important;
    }

    You font doesn’t seem to get any bolder than it currently is though.

    Cheers!
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.