Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #229617
    Nathan N.
    Participant

    Hello!

    I wanted my header menu to be sticky. I installed the Catch Sticky Menu plugin. Before I bought the theme the support said I would have to go to the desktop menu selector and change “Desktop Menu Selector” and “Mobile Menu Selector” from #primary-menu to #header-navigation-area and change Sticky Background Color as well.

    I did the first task but kept the background color white.

    However, the menu does not stick. What can I do?

    Thank you for your help!
    Nathan

    #229846
    Skandha
    Participant

    @nathan-n: Hello Nathan,
    Select your Desktop and Mobile Menu Selector as
    Desktop Menu Selector: .site-header-main
    Mobile Menu Selector: .site-header-main

    Then Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-header-main.catchSticky {
        background-color: #fff;
    }
    .site-header-main.mob-catchSticky {
        background-color: #fff;
        height: unset !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #229913
    Nathan N.
    Participant

    Hello Skandha,

    this worked very well. Your support is very fast and helpful. Thank you! 🙂

    Kind regards,
    Nathan

    #229951
    Skandha
    Participant

    @nathan-n: Hello Nathan, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/cleanportfolio/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a great weekend! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sticky Menu not working with catch sticky menu plugin’ is closed to new replies.