My website has a menue bar at the top, with the font color in black.
I would like to change the color of a single of the menue points from black to red, to make it stand out In CSS, the menue item seems to be “menu-item-22301”
Is there a way to do that? Many thanks!
Hello,
Please provide more details about your menu. You can edit with tagdiv Composer if you have a cloud header. Please provide the link to your website and a screenshot of what you want to change.
A solution for sending a screenshot/video is this:
Download, capture, and send: https://www.techsmith.com/jing-tool.html
After making the screenshot, you will have a link; paste it here.
Thank you!
Hello Anamaria,
The website is https://kuechenreise.com
Screenshot: https://kuechenreise.com/wp-content/uploads/2025/04/bad-ragaz-memories06.jpg
I have tried to illustrate on the screenshot what I’d like to achieve: to change the font color of a singe menu point in the menu to red. I tried adding some simple CSS, but did not succeed.
All help and advice more than appreciated!
Hi,
You can use this code https://i.imgur.com/jzaRD5r.png
#menu-menue-2020 .menu-item-22301 .sf-with-ul
{
color: red;
}
You can set this code in Theme Panel ->Custom code -> Custom CSS -> https://www.screencast.com/t/St204VtFl3NU
Thank you!
