Hello I would like to remove the arrows in my main menu does anyone know how I can achieve this?
My URL is www.thelifestylelab.shop
I am using the Stiletto theme
Hello I would like to remove the arrows in my main menu does anyone know how I can achieve this?
My URL is www.thelifestylelab.shop
I am using the Stiletto theme
Try this one.
.header__links-icon span.icon.icon-new {
display: none;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Thank you this worked!