Changing text colour for a or etc.
-
Let’s say I have a single line of text that I want to emphasize by changing its colour to a dark teal.
With another theme I was able to create the CSS:
.entry-content .text-dark-teal { color: #086e6e; /* wizard super dark teal */ }
and then be able to have something like
<p class="text-dark-teal">Important words here</p>
I’d love to be able to do this with both pages and posts.
But I can’t seem to figure out the right class to add the .text-dark-teal to in OceanWP.
Anyone have any suggestions?
Thanks
Lawrence
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Changing text colour for a or etc.’ is closed to new replies.