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 #3095594
TOC mobile
Closed

Comments

  • KeviinP started the conversation

    Hello,

    how to remove the button from the TOC on mobile and tablet?

    Regards, 

    Thank

  •  2,489
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 1024px) {
        .penci-sticky-toc.tocSticky {
            display: none;
        }
    }

    Regards,
    PenciDesign.



  • KeviinP replied

    Hello, 

    Thank you very much, the support is awesome!

    Regards,

    Kévin