How can I change a specific header word color in the dawn theme?

Hi,

I want to change only the word “COMUNIDAD ;)” in the header (burguer menu) to another color.

The color is #388d7c

https://www.bikotestore.com/

Any help? thank you!

Hi @Laura_54 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-menu-drawer.css->paste below code at the bottom of the file:
.menu-drawer__menu li:last-child a {
    color: #388d7c !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

It worked!

Thank you