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;
}
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024