Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #699408

    What is the best way to customise and style a menu created using Avia Layout Builder > Content Elements > Full-Width submenu ?
    Specifically, I would like to edit the background color, font size, and color and the behavior for an active link and on hover. I have attached the link to the page below.

    #699813

    Hi hingex,

    You have the Menu Colors options in the element options, or do you want some other look? If so we can give you CSS for that.

    Thanks,
    Rikard

    #701166

    What do you mean by menu color options in element options ? My question is fairly detailed, yes/no?

    #702407

    Hi,

    use this code inside Quick CSS field:

    #top .av-subnav-menu li a {
    background-color: red;
    color: blue;
    font-size: 10px;
    }

    The same for hover:

    #top .av-subnav-menu li a:hover {
    background-color: red;
    color: blue;
    font-size: 10px;
    }

    Best regards,
    Andy

    #702709

    Thank you Andy

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Editing and customizing a menu created using Full-Width submenu’ is closed to new replies.