1. Please go to Appearance → Customize → General → General Settings, check to Move Breadcrumbs To Inside the Main Content option. If you want to move to a different position, please send me the screenshot and take note of the new placement.
2.Go to Appearance → Customize → Custom CSS then add the following custom CSS code:
@media only screen and (max-width: 767px) { body.single .penci-breadcrumb, body.single .penci-standard-cat { display: none; } }
Hello, I would like to do these two things -
1) Move Breadcrumbs and categories to the bottom of single posts
2) Hide Breadcrumbs and Categories of single posts on mobile
Thanks.
Hi,
1. Please go to Appearance → Customize → General → General Settings, check to Move Breadcrumbs To Inside the Main Content option. If you want to move to a different position, please send me the screenshot and take note of the new placement.
2.Go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Thank you. This helped. Please close thread.