Rounding menu tabs corners-Dawn theme

Rounding menu tabs corners-Dawn theme

Alliance
Trailblazer
520 8 32

Dear Friends,

I would like to round the menu tabs and the menu titles containers.

URL: https://ba0ven-x1.myshopify.com/

Alliance_0-1741970406219.png

Thank you

Replies 2 (2)

Small_Task_Help
Shopify Partner
905 31 82

Hi,

Hope this will help

 

CSS example code

 

/* Round the menu tabs */
.navbar-menu li {
    border-radius: 15px;  /* Adjust this for more or less roundness */
    padding: 10px 15px;   /* Adds spacing */
    background-color: #f8f8f8;  /* Light background */
}

/* Round the menu title containers */
.navbar-menu {
    border-radius: 20px;  /* Makes the full menu rounded */
    padding: 10px;
    background-color: #ffffff;  /* White background */
}

 

 

Save and test (clear cache as well)

To Get Shopify Experts Help, Click Here or E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert India
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad
Alliance
Trailblazer
520 8 32

Thank you so much. Thumb up.