Activity Adding 2 buttons to the Nav menu

Hi
Sorry my post expired, sorry, thanksgiving, broken wrist, toddler and covid WFH.
Hi I’m trying to have my last 2 items in my nav menu have buttons

and its not working for the "Subscribe for udpates " button
I have the last button working but that is with code to pick only the last item which won’t work for having 2 buttons

I have tried on this page

Your reply was this below
but i actually had tried that and it wasn’t working, I"m trying to highlight the last 2 buttons on the right (subscribe for updates and schedule a call ) and i can’t seem to get that code working.

Hi @designbabe,

Thanks for reaching out.

Since you’re using X, adding a button directly in the menu isn’t possible, you can however convert any menu item into a button using custom CSS. To do this, please follow this thread Navigation Bar - highlight one menu item

Hope that helps.

Thank you.

Thanks for writing to us.

Please check the site. I added this code in the theme option’s custom CSS

.x-navbar .desktop .x-nav .standout-menu-item a span {
    background-color: #3575d2 !important;
    color: white;
    padding: 12px;
    margin-top: -19px;
}

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps you.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.