I would like one text word to be in red in the top menu, the word, SALE. How do I do that on the Sense theme since it doesn’t have a theme.css file only theme.liquid?
1 Like
Hi @hoofbeats ,
Go to Assets > base.css and paste this at the bottom of the file:
.list-menu li:nth-child(4) .list-menu__item {
color: #ff0000 !important;
}
Hope it helps!
Worked perfectly, thank you!!!
1 Like