Deleting Featured Post
-
Hello!
I’d like to delete the scrolling featured post completely from my blog. How do I get rid of this? I don’t remember which CSS is for that. I’d also like to get rid of some of the space between each post. What CSS would I need for that?
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
I think this is what you are looking for:
.featured-posts-wrapper { display: none; }You might also be able to turn the image slider off in the Customize settings for your theme.
-
To add custom CSS
Select Appearance > Customize > CSS from your Wp Admin Dashboard and enter the custom CSS there.
-
Hi Ashley,
The Oslen theme that you are using has the option to remove the featured slider content from the home page.
To do that go to WP admin >> Appearance >> Customize >> Featured content >> Remove the “Tag name” and you can see the featured slider content disappear. >> then save changes.
You can check the screenshot here https://prnt.sc/mxpg5y for reference.
You can also do as @g471n suggested to hide the featured content using custom CSS.
Let me know how does it go.
Thanks!
- The topic ‘Deleting Featured Post’ is closed to new replies.