Hi all,
I’m using Venture team with meganav and the problem is I cannot find any way of transforming one of my main menu links (SALES) into a different colour (bolded red). Can anyone help me with this?
link to my shop: https://louismono.co.uk/
Hi all,
I’m using Venture team with meganav and the problem is I cannot find any way of transforming one of my main menu links (SALES) into a different colour (bolded red). Can anyone help me with this?
link to my shop: https://louismono.co.uk/
Please add below css code in bottom of assets/theme.scss.css file
li.site-nav__item:nth-child(4) a.site-nav__link {
color: red;
font-weight: 700;
}
Thank you.