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 #2974266
Two questions
Closed

Comments

  •  1
    Paxos started the conversation

    The first question is where was the setting to change the color of the search bar of the Mobile version I leave attached image


    the second question is how can I remove the side menu only for the mobile version I leave also here the attached images

  •  2,492
    PenciDesign replied

    Hi,

    1. If you want to change the search bar color, please read the document detail here: https://www.wpbeginner.com/wp-tutorials/how-to-change-the-color-of-address-bar-in-mobile-browser-to-match-your-wordpress-site/

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

    @media only screen and (max-width: 767px) {
        .penci-sidebar-content {
            display: none;
        }
    }

    Regards,
    PenciDesign.



  •  1
    Paxos replied

    I remember the last time that the color of the search bar was changed from the custom settings of the theme and not as the guide says, only I do not remember where the item is. 

    second thing I added the code on the CSS but it is not gone from mobile 

  •  2,492
    PenciDesign replied

    Hi,

    Please clear all the site cache then check again. I'm not found the code you've added to your site.

    Regards,
    PenciDesign.


  •  1
    Paxos replied

    yes the code isnerito from last night but on the mobile version and not disappeared

  •  2,492
    PenciDesign replied

    Hi,

    Please re-add this code, clear all the site cache then check again. I've tested this code on my local development site before sending it to you.

    Regards,
    PenciDesign.


  •  1
    Paxos replied

    I have inserted again the code and emptied the cache but however it does not remove itself 

  •  2,492
    PenciDesign replied

    Hi,

    Please don't translate the CSS code.

    image.png

    Regards,
    PenciDesign.


  •  1
    Paxos replied

    I didn't realize that I had done it! As for the color of the search bar, I didn't add any CSS and as you can see it's green, only I don't remember what I was told here on the forum in the settings where the color should be changed.

  •  2,492
    PenciDesign replied

    Hi,

    About the mobile search color, please check the code you've in the Customizer settings, maybe locate at Appearance → Customize → Logo & Header → General → Add Custom Code Inside <head> tag.

    Regards,

    PenciDesign.