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 #3650388
general
Open

Comments

  • Avniloff started the conversation

    1. how change the text in "placeholder" (in search)

    2. how to disable the right menu in desktop mode

    Attached files:  Screenshot 2024-05-19 002915.png

  •  2,411
    PenciDesign replied

    Hi,

    1. Please go to Appearance → Customize → Quick Text Translation,

    2. Navigate to Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (min-width: 1170px) {
        .pc-builder-element.penci-menu-toggle-wapper {
            display: none;
        }
    }

    Regards,
    PenciDesign.