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

    Hi, how to Colorize full width submenu

    #1301454

    Hey Alan,

    You need to color the text or background?

    Best regards,
    Jordan Shannon

    #1301467

    Hey Jordan

    The background ;)

    #1301651

    Hi,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top .av-submenu-container {
        background-color: orange;
    }
    .main_color .av-subnav-menu a {
        background: transparent;
        color: red;
        border-color: red;
    }
    

    Best regards,
    Yigit

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