Hi All,
does anyone no if it is possible to change the colour to title name.
I have an ‘outlet’ page and would like it to show bold red on the menu.
Screenshot below, currently using dawn theme.
Thank you
Hi All,
does anyone no if it is possible to change the colour to title name.
I have an ‘outlet’ page and would like it to show bold red on the menu.
Screenshot below, currently using dawn theme.
Thank you
Hi, @Danielparsons
You can try this code
you can change the
#menu-drawer > div > div > nav > ul > li:nth-child(5) > a {
color: red !important;
}
value red to any color of code(ex. #ff00ff)
Hello There,
nav.header__inline-menu ul li:last-child span{
color:red;
}
Screenshot :- https://prnt.sc/fpbYpg7JraKk