Can't Change Shapely Header Text?

Hi,

I can’t change the shapely header text.
I’ve tried to use:

.menu li a {
color: #ffffff;
}

It’s not working. Please help!

Hey there

Try this one:

.main-navigation .menu li a {
color: #f70606 !important;
}

Legend mate cheers!

Is there any way to change the dropdown arrow on the header also?

This:
.main-navigation .menu li a {

color: #f70606 !important;
}

just changed the header text but not the dropdown arrow.

Thanks mate.

Helloooo :slight_smile:

You can add this code:

.dropdown:after {
color: red;
}

Perfect, thank you!

Cool :slight_smile: I will close this case now, Feel free to contact us again if you have other questions Thanks!