Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1399735

    I have a submenu I want to have control over the background color and possibly the font/button/border colors. But I cannot find what css class to use to get anything to change. I currently have socket scheme selected, but I’d like to change it without changing the socket CSS. Thanks.

    #1399765

    Hi Illingco,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS: (just change the values as you see fit)

    #top #wrap_all .socket_color .av-subnav-menu .av-menu-button-colored>a .avia-menu-text {
        color: white;
        font-size: 13px;
        background-color: blue;
        border: 2px solid black;
    }

    Best regards,
    Nikko

    #1399894

    Thank you for this, but it’s not quite what I am after. Not sure i’ll use either button format, or just the word menu as on the last one, “DIY Garage”. How do I control the black stripe going through that? Thanks for your help!

    #1399904

    Hi Illingco,

    Please try to replace the code I gave with this one:

    #top #wrap_all .socket_color .av-subnav-menu .av-menu-button-colored>a .avia-menu-text {
        color: #fff;
        font-size: 12px;
        background-color: #404040;
        border: 2px solid white;
        border-radius: 2px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }
    
    #top .av-subnav-menu>li>a {
        background-color: transparent;
        margin: 0 6px;
        border: 0;
        color: white;
    }
    
    #top .av-subnav-menu>li>a:hover {
        opacity: 0.9;
    }

    Best regards,
    Nikko

    #1399910

    Thank you! You may close this ticket.

    #1399914

    Hi Illingco,

    You’re welcome :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change CSS for submenu’ is closed to new replies.