• 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 Jan Dembowski. 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)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Moved to Fixing WordPress, this is not an Everything else WordPress topic.

    For pro or commercial product support please contact the developer directly on their site. This includes any pre-sales topics as well.

    As the developer is aware, commercial products are not supported in these forums. I am sure they will have no problem supporting you there.

Viewing 1 replies (of 1 total)
  • The topic ‘WPBakery change single post text color’ is closed to new replies.