JimHalpert
Supreme Member
- Jan 16, 2016
- 1,345
- 292
Was wondering if there is an easy way to add custom CSS to certain text in Wordpress.
The text would differ but I want to add a box around them for all of them.
So far what I have found is to use the Text editor view in wordpress to define a class.
<span class="style-pc">Text here</span>
And then use CSS to alter that class. But given that I have over 20 of such boxes in one post, manually doing this is getting tiring and error-prone. Is there an easy way to mark text as a certain class?
Thanks.
The text would differ but I want to add a box around them for all of them.
So far what I have found is to use the Text editor view in wordpress to define a class.
<span class="style-pc">Text here</span>
And then use CSS to alter that class. But given that I have over 20 of such boxes in one post, manually doing this is getting tiring and error-prone. Is there an easy way to mark text as a certain class?
Thanks.