How can I change the color of my menu text?

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.

https://label-source.co.uk/

Thank you

1 Like

Hi, @Danielparsons

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> base.css ->paste the below code at the bottom of the file.

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)

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
nav.header__inline-menu ul li:last-child span{
color:red;
}

Screenshot :- https://prnt.sc/fpbYpg7JraKk