Hi!, I’m trying to change the Secondary Color Text. However when I change it, it only altars the first 3 words in my header menu and leaves the others black. I would like for them to all change when I change the secondary color.
Any help would be greatly appreciated.
site stellarfaecreations.com password runeandrose
This is because of the line which is highlighted in the below image, in the base.css file. it is line number 2909. plz, change the three zeros(000) after the # sign to 121212.
The new line should look like
color:#121212;
Thank you for responding and for trying to help. It’s greatly appreciated! I want to be able to change the secondary color from black to any color I choose, but even after changing the code you gave me, the secondary color only changes the first 3 menu items. The rest continue to say black.
please change that line(2909) to this one
color : rgba(var(--color-foreground), 0.75);
THANK YOU! You did it! I truly appreciate your help solving this 