Sticky button in menu

Home Forums Jevelin Theme Sticky button in menu

Home Forums Jevelin Theme Sticky button in menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • JacoJams
    Participant

    Hello!

    I am in need of having a button in the top menu. Which, Jevelin doesn’t natively support. I’m attempting to create one but am having difficulty getting it to center vertically and then also resize/respond for the sticky menu.

     

    You can view at https://staging5.armorpoint.com/

     

    Any help would be appreciated.

    Hi @JacoJams,

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-nav li.menu-item.callout-button {
        margin-top: 20px;
        transition: 0.3s margin ease-in-out;
    }
    
    .sh-sticky-header-active .sh-nav li.menu-item.callout-button {
        margin-top: 8px;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)