Shopify themes, liquid, logos, and UX
Hello,
I need help with changing the background of "Try Berrybites" text + Making the corner radius of the background text to 40px
Website link: wowberrybites.com
Thank you
Solved! Go to the solution
This is an accepted solution.
If you'd like something like this:
Go to edit code > assets > base.css and add this:
#Details-HeaderMenu-5{
background-color: #ac3834;
border-radius: 40px;
}
This is an accepted solution.
#Details-HeaderMenu-5 .header__menu-item span{
color:#FFFFFF!important;
}
This is an accepted solution.
If you'd like something like this:
Go to edit code > assets > base.css and add this:
#Details-HeaderMenu-5{
background-color: #ac3834;
border-radius: 40px;
}
Thank you. Do you know how to change the submenu text color to black by any chance?
@winnado11 add this element in base.css:
#Details-HeaderMenu-5 .header__menu-item {
color: #000000!important;
}
@MarinaPetrovic Oh, that's code is actually for changing the color of "Try Berrybites" text. I want "Try Berrybites" text to be white color. What I wanted to change the text color is the subtext/submenu below it (which is "Berrybites Bundles & Build your Box). If you click the arrow, you will be able to see it. Please see the screenshot.
@winnado11 try this 🙂
.list-menu__item {
color: #000;
}
@MarinaPetrovic no it does not work. The submenu color changed to color, but now it made the "Try Berrybites" text color changed too. I want to keep the "Try Berrybites" text color white.
#HeaderMenu-MenuList-5 a{
color:#000000!important;
}
#Details-HeaderMenu-5 .header__menu-item {
color: #FFFFFF;
}
Have you removed this:
#Details-HeaderMenu-5 .header__menu-item {
color: #000000!important;
}
If not, please remove.
Yes @MarinaPetrovic , I removed. But the "Try Berrybites" text is still the same and has not yet been changed to #FFFFF2
This is an accepted solution.
#Details-HeaderMenu-5 .header__menu-item span{
color:#FFFFFF!important;
}
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025