Hi
I’m trying to hide the title on the classic recent posts element on a single page.
I’ve tried this:
.postid-10587 .x-recent-posts .h-recent-posts {
display: none;
}
But it’s not working. Could I have a little help with the css?
Thanks.
Hi
I’m trying to hide the title on the classic recent posts element on a single page.
I’ve tried this:
.postid-10587 .x-recent-posts .h-recent-posts {
display: none;
}
But it’s not working. Could I have a little help with the css?
Thanks.
Hi Heather,
Kindly also provide the direct URL of the post in question so that we can check it.
For the meantime, there seems to be an issue with the CSS code that you have in the Global CSS such as some CSS syntax error that is stopping the CSS code you are adding to work as expected.
To verify that, please copy all the codes that are in the Global CSS and paste it here.
It should provide some information if there are any CSS error that is causing the issue that you have to fix so that the CSS codes will work.
Hope this helps.
I checked the code and it had two errors which I fixed. But the titles are still showing up on the page.
Hi there,
The code should be:
.page-id-10587 .x-recent-posts .h-recent-posts {
display: none;
}

Hope this helps.
That worked. Thank you.
Hi Heather,
Here are some related links for further reading:
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.