Custom background on one menu button
-
Hi,
I’m trying to customize the background for just one menu button.
I’ve tried to add this code on the theme custom CSS:
.menu-link-yellow a {
color: #FFD100;
font-weight: bold;
}
And in the menu builder add menu-link-yellow in CSS classes. I’m not sure I’m trying in the right way. I just would like to have one button in the menu looking different, Could you help me please?
Attachments:
You must be
logged in to view attached files.
Hello,
In Theme Settings -> Custom CSS -> change your selector to this .menu-link-yellow a span
.
https://prnt.sc/wnbYDd9kjDnq
Then check the issue again and let me know.
Kind Regards
Perfect, thanks 🙂 in the same idea, how can I change the text color on cart quantity notification? (image attached)
Attachments:
You must be
logged in to view attached files.
Hello,
The below code will help to change the text color on the cart quantity notification. Paste it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.wd-header-cart.wd-design-2 .wd-cart-number {
color: blue;
}
Kind Regards
Already tried it, but it doesn’t work 🙁
sorry… it is ok… thanks for your help 🙂
Glad that everything is sorted out.
In case you need any additional help, I’d be more than happy to assist you.
Wish you all the best.
Kind Regards
The topic ‘Custom background on one menu button’ is closed to new replies.