Hi,
I want to change only the word “COMUNIDAD ;)” in the header (burguer menu) to another color.
The color is #388d7c
Any help? thank you!
Hi,
I want to change only the word “COMUNIDAD ;)” in the header (burguer menu) to another color.
The color is #388d7c
Any help? thank you!
Hi @Laura_54 ,
You can follow the instruction below:
.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