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 #2365758
mobile adjustments
Closed

Comments

  • oneforisrael started the conversation

    Hi!

    1. How can I HIDE BREADCRUMBS but only on MOBILE?

    2. How can I HIDE "header slogan text" but only on MOBILE?

    Thanks!

  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 479px){
    .penci-breadcrumb, .header-slogan{ display: none !important; }
    }
    

    Best Regards,

    PenciDesign