Tagged: 

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

    Hi, I would like to create a website with a red background-color. If I change the font color to #fff the main menu color is also #fff.
    Is it possible to have different font colors for the main menu and the submenu in the header? And how can i manage the hover-Colors differently?

    Here ist the site:

    BR
    Christian

    #873310

    Hey Christian,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #avia2-menu .menu-item a {
      color: #fff;
    }
    #top #avia2-menu li.menu-item a:hover {
      color: #ccc;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #873320

    super, thank you

    #873368

    Hi,

    Glad that Victoria helped you. :) Let us know if you need more assistance or if we can close thread.

    Best regards,
    Nikko

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