Adding a button to my mega menu

jinuralite
Explorer
69 0 9

Can someone help me please?

 

How do I add a button to my mega menu? Please see the screenshot attached for reference.

 

Here is the URL: https://050086.myshopify.com/ and I am using the Broadcast theme.Screenshot 2023-11-08 135149.png

Replies 2 (2)
RMithun
Tourist
9 1 1

/* Example CSS for a basic button style */
.menu-button {
display: inline-block;
padding: 10px 20px;
background-color: #your_color_here;
color: #fff;
text-decoration: none;
border-radius: 5px;
}

 

 

Can try this

mithun
jinuralite
Explorer
69 0 9

Do I put this here (highlighted)? Because it didn't work.

Screenshot 2023-11-13 145127.png