WPBakery change single post text color
-
Using WP-Bakery with OneSocial theme, I need to be able to change the font color for individual posts. Global Custom CSS doesn’t seem to work at all, the WP-bakery custom CSS for the post lets me change font-family and background-color, but not color (text color, that is). Here’s my code.
.entry-header .entry-title { font-family: "Comic Sans MS", cursive, sans-serif; background-color: LightSteelBlue; color: red; }
This is the page source for the title.
<header class="entry-header has-image"> <div class="table"> <div class="table-cell"> <h1 class="entry-title">How to change the text color</h1> </div> </div> </header>
I’d rather not tinker in the global style.css. Also, I tried a plugin called “Customize Specific Post Title With Color”, to no avail.
I know this is a very FAQ, but there’s just so many of them it’s impossible to see the forest from the trees.
- This topic was modified 2 years, 6 months ago by . Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WPBakery change single post text color’ is closed to new replies.