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.

#1728
Robert Kavgić
Participant

Oh, sorry, I didn’t realize you were talking about posts.

You can remove the page title on all the posts by using the following CSS code:

body.single-post #page-title {
    display: none !important;
}

You need to add this code to “Elvyre options -> Appearance – Custom CSS” box.

The page title won’t be shown anymore.

Robert