Hide title of posts?

Hi all,

I’d like to hide the titles of my blog posts, but all the support options I can find from the past seem to be in former versions of X-theme. There used to be an option in the post settings in Wordpress I think, or in the settings of the stack, but both don’t exist anymore.

Old support posts have me searching and searching, but I can’t find where to either toggle a button or add CSS nowadays.

Thanks in advance for helping me find it!
Ayla

Hi Ayla,

Thanks for reaching out.
There is no such option to remove the Post Title, you need to use the custom CSS code and add that into the Theme Options > CSS.

.single-post .entry-title
{
    display: none !important;
}

Please remember that the above code will work if copied as it is and doesn’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes which means we can’t fix it in case it conflicts with something on your site nor will we enhance it. Further customization should be directed to a third-party developer or you can avail of One, where we answer the questions beyond normal theme support.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.