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

    Hi,
    I’d like to change my sub menu color. Since it takes bg color from “Alternate Section” I’d like to change only the sub menu to the old grey it had.
    Thanks!

    #625041

    Hey!

    Try adding this code to the Quick CSS:

    #top .main_menu .menu li ul a{
        background: gray !important;
        color: white !important;
    }

    Cheers! 
    Josue

    #625054

    Thanks so much, but that’s changes only the BG of the drop menu when pointing the menu.

    #625062

    Can you post a screenshot/mockup of what would you want to achieve?

    Best regards,
    Josue

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