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

    Hi,

    Are there any plans to include styling options for the main menu and any child items? I can do this myself with CSS but I don’t see any option to, for example, change the background colour of the menu container?

    Seems a strange thing to miss out?

    Thanks,
    Paul.

    #388380

    Hey Paul!

    You can do this in Dashboard > Enfold > Advanced Styling. To change the background of the sub menu containers then just set a background to the sub level menu links.

    Best regards,
    Elliott

    #390043

    Hi Elliott,

    Since I’m using a custom.css file anyway, I’d rather keep everything in there. I’d thought there might have been something for this included under General Styling.

    Thanks,
    Paul.

    #390396

    Hey!

    You can target the main level links like so.

    .av-main-nav > li > a {  }
    

    And the sub level links like so.

    .av-main-nav > li > .sub-menu a {  }
    

    Best regards,
    Elliott

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