• Resolved OSLiving

    (@osliving)


    Hi,

    First of all, let me say a huge thank you to the theme dev for making this amazing theme free to the community. It’s awesome.

    My question is simple: how can I add a button to a menu item, like the gray download button in the theme demo?

    I tried adding btn btn_secondary to the css class in my WordPress menu panel, but the button doesn’t look or behave the same as the demo button.

    Thanks in advance for any input.

    Will.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Dario Devcic

    (@dariodev)

    Hi, you reminded me that I must update documentation.

    OK, just add following classes to a menu item: cta br-pill
    Other optional classes:
    – to remove shadow: shadow-0.
    – to alter background color: primary, info, dark, success, warning, danger

    Let me know if this works for you.
    https://i.imgur.com/O7jNBXh.png

    Theme Author Dario Devcic

    (@dariodev)

    Correction: Class shadow-0 does not work. This is something I will add in next version. If you want it now just drop this in Custom CSS:

    
    .shadow-0,
    .shadow-0 a {
        box-shadow: none !important;
    }
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do you create a menu button as in the theme demo?’ is closed to new replies.