On RIDE theme, how do I edit a single main menu item (Sale) in a different colour?

There are several solutions for similar inquiries, but none of them work for the RIDE theme. I want “Sale” on my main menu to pop significantly more than it does now at us.nspsurfboards.com and your help is appreciated!

Hi @sachahcas , go to theme.liquid and add the following code before the tag :


Hi @Abdosamer - much obliged - I’ve edited the code to make it bold as well.
Do you perhaps know how to make sure this also shows on mobile (the colour change)?

@sachahcas Sure, Add the following code :

ul.menu-drawer__menu.has-submenu.list-menu li:nth-child(8) summary {
    color: #e3fa3f !important;
    font-weight: bold;
}

Hope this helps.

1 Like