[Support request] Custom sticky menu

Home Forums Support [Support request] Custom sticky menu

Home Forums Support Custom sticky menu

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

    Hi, I’m working on the site: http://es73.siteground.eu/~cfconsu4/artediabitare.eu/

    I created the main menu with a transparent background and the sticky menu with a white background.

    How can I customize the sticky menu sub-menu?

    Thanks

    #1105949
    David
    Staff
    Customer Support

    Hi there,

    try this CSS to change the sub menu and text colors when the nav is sticky:

    .main-navigation.is_stuck .main-nav ul ul li {
        background-color: #fff;
    }
    
    .main-navigation.is_stuck  .main-nav ul ul li a {
        color: #000;
    }
    #1105952
    Carlo

    Thanks!!!

    #1105976
    David
    Staff
    Customer Support

    You’re welcome

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