This topic has 2 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler
I want to set my menu with a yellow frame like a sample pattern. What can I do?
Your sample : https://prntscr.com/m7apsv
My web : https://prntscr.com/m7aq7i
Hello,
Please add this code in Theme Options > Custom css:
.home .categories-menu-element.product-categories.with-accordion {
border: 2px solid #f3b714;
margin-right: 10px;
margin-bottom: 20px;
margin-left: 0px;
}
.home .categories-menu-element.product-categories > li > a {
padding-left: 20px !important;
}
.home .categories-menu-element.product-categories.with-accordion h2 {
text-align: center;
border: 2px solid #f3b714;
background-color: #f3b714;
color: white;
font-size: 18px;
padding: 10px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up