Shopify themes, liquid, logos, and UX
If somone can do this, I'd like the box to be the lighter blue (color code: #B3D9FC)
Solved! Go to the solution
This is an accepted solution.
Hi @robertbarta Please add the code in your theme.css/base.css/style.css file which is available in your theme.
.header__active-menu-item {
color: white;
border-radius: 3px;
background-color: red; //change color according to your needs.
text-decoration: none;
}
.header__menu-item span{
padding:1px;
}
.header__inline-menu .header__menu-item{
padding:0 7px;
}
If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:
Result:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
Add This css in your edit Code > base.css File
.header__inline-menu .header__active-menu-item{
background:#B3D9FC;
text-decoration: unset;
border-radius:5px;
}
.header__menu-item span{
padding:0.8rem;
}
.header__inline-menu .header__menu-item{
padding:0 0.5rem;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
This is an accepted solution.
Hi @robertbarta Please add the code in your theme.css/base.css/style.css file which is available in your theme.
.header__active-menu-item {
color: white;
border-radius: 3px;
background-color: red; //change color according to your needs.
text-decoration: none;
}
.header__menu-item span{
padding:1px;
}
.header__inline-menu .header__menu-item{
padding:0 7px;
}
If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:
Result:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
Hi @robertbarta Add this code as well.
.header__active-menu-item {
text-decoration: none !important; //Just add this line in the previous code which I have provided.
}
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
Okay, thank you! Are you able to fix the background on the menu? I noticed that the code causes the menu background to be transparent as opposed to white. it does it for the sticky add-to-cart, as well as the menu on mobile view:
Hello?
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025