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 #2135376
Disable Breadscrum on mobile
Closed

Comments

  • pukalani started the conversation

    Hi!
    Please let me know how to disable Breadscrum on mobile only.  Otherwise, maybe place the Breadscrum under the Share Area. 
    Thank you for your help, in advance!

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

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

    Best Regards,

    PenciDesign

  • pukalani replied

    Thank you!!