Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2860493
Move Category and Breadcrumb to Bottom of Single Post
Closed

Comments

  • rtblogger started the conversation

    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.

  •  2,492
    PenciDesign replied

    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:

    @media only screen and (max-width: 767px) {
        body.single .penci-breadcrumb,
        body.single .penci-standard-cat {
            display: none;
        }
    }

    Regards,
    PenciDesign.


  • rtblogger replied

    Thank you. This helped. Please close thread.