Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#1749
Robert Kavgić
Participant

Yes, I didn’t get what you meant right.

So, to remove the h3 title, use the following CSS code:

body.single-post article.post-body h3 {
    display: none !important;
}

Note that this will remove the h3 title from the single posts only, not from the pages.

Robert