Put an Element in Red in the Menu_Cabopy Theme

Hi Friends,

Im tryining to put DESTOCKAGE in red in the CSS - could someone give me a Code and where to place it - I would be grateful! Thanks

Regards,

Thomas

insect-hobby.com

@Insecthobby

  1. Go to your store click on Actions > Edit Code

  2. Assets > styles.css or styles.css.liquid paste below lines at the bottom of the file.

li.nav-item.first a span {
    color: red;
}

If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on shopify.dev.34@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme

1 Like

It works perfect, thanks!

Thomas