I am new to css coding. I have a website buit in Wordpress and Elementor. I am trying to change a single element's text color using css. I found the specific class that was given to this element in the nav. I was able to change it's background color, font-weight etc', but I am unable to change the text color. Any thought as to why?
Using the color property should work. Something like:
color
.element-class{ color:blue; }
It's hard to help without more context or knowing what you have already tried.
2.1m questions
2.1m answers
60 comments
57.0k users