Tagged: remove categories
I would like to know if I can remove the categories that appear in the photos on the homepage, Because there are many categories and in the mobile version they hide the photo. My website: sekyfoods.com
Thanks
Hi sekyfoods,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.widget .cat-links { display: none; } .widget_2_column_category .entry-header { margin-top: inherit; }