Working with Theme Karuna
-
Hi:
I need help with removing the “Recent Posts” section on the bottom of my home page. I’m using Karuna.
How can I work to remove this?
The blog I need help with is: (visible only to logged in users)
-
-
Hi both,
There isn’t a built in setting to hide that section from Karuna’s home page, however, you could use some custom CSS.
In case you’re not familiar with CSS: It’s a coding language that’s used across the web to change the appearance of websites. Here at WordPress.com, the ability to add custom CSS is included as part of the WordPress.com Premium and Business plans.
If you have either of those plans, add the following to the CSS panel of the WordPress.com Customizer in order to hide the recent posts section on Karuna’s home page:
#front-page-recent-posts { display: none; }Let me know if that helps out or if you have any extra questions.
- The topic ‘Working with Theme Karuna’ is closed to new replies.