Title color directly in PHP
-
echo get_the_title();
How do i color this directly with code?
I know i can use style.css but i need titles to be colored only in one plugin and it doesnt have .css and i also dont want to add .css to it.Is it possible?
Im thinking something like this but maybe u know the correct way to do it?<font color="#yellow">echo get_the_title();</font>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Title color directly in PHP’ is closed to new replies.