How to hide title on my posts with css

Hi, I was wondering how to hide the titles of my post? I tried this code in the Xtheme - option - css:

.blog .x-landmark, .single-post .h-landmark {
display: none;
}

Didn’t work.

Thanks in advance!

Hi Stephanie,

Please go to X > Theme Options > YOUR STACK > Blog Options then disable Blog Header.

Hope this helps.

Hi Jade, I do not have the Blog options. When I click on My Stack, I only have the option to chose integrity, renew, icon, ethos. No blog options or header. I currently use the Hide title plugin but I would like to delete it.

Hi Stephanie,

I tried checking the site in your licenses page but it seems to be inaccessible at the moment but kindly try adding this code in the Global CSS to get rid of the post title in the post pages:

.single .entry-header {
    display: none;
}

Hope this helps.

1 Like

Your code worked great! Thank you so much! :slight_smile:

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

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