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 #3024876
Disable Breadcrumb and Post Navigation on mobile devices
Closed

Comments

  • annaknt145 started the conversation

    Hi, I would like to disable the breadcrumb and post navigation on mobile devices with resolution smaller than 768px


    Thank you

  •  2,490
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (max-width: 768px) {
        .penci-breadcrumb,
        .post-pagination {
          display: none;
        }
    }

    Regards,
    PenciDesign.



  • annaknt145 replied

    I think I just found it!

    Thanks anyway

  • annaknt145 replied

    Great!

    Thank you very much for your quick response.