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 #3504303
Few changes i didnt find
Closed

Comments

  • kondason started the conversation

    Hey,

    1. Header - remove the double menu on the mobile version- 

    Desktop:

    1989066062.png


    Mobile:


    4776523097.png


    2.  remove social media icons on the search page result- 

    8813883646.png


  •  2,278
    PenciDesign replied

    Hi,

    1. Please go to Appearance → Customize → Vertical Navigation & Hamburger Menu → General → turn on the "Hide Menu Hamburger Icon Display on Horizontal Navigation on Mobile" option,

    2. Navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    body.search .penci-post-share-box {
        display: none;
    }

    Regards,
    PenciDesign.



  • kondason replied

    thanks for the fast reply!


    1. it worked but it hid the wrong menu :)

    it keept the left menu instead of the right one. is it possible to hide the


    2. not working:


    5658093917.png



    i have another question:

    i try to update the logo:

    7856459369.png

    I added an image with the same size as the old one but it looks like this.

    do you know why?

    i want it to be on all the white space..

  •  2,278
    PenciDesign replied

    Hi,

    1. Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    #navigation .button-menu-mobile {
        display: none;
    }

    2. Modify the CSS like the following below:


    body.search .penci-post-share-box {
        display: none !important;
    }
    3. Go to Appearance → Customize → Logo & Header → Logo → Set A Max Width for Logo: modify the logo width at this option.

    Regards,
    PenciDesign.



  • kondason replied

    1. not working. its hide all the menus

    4327940617.png



    2. working, thanks

    3. thanks! didnt see this option :)

  •  2,278
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Vertical Navigation & Hamburger Menu → General → turn off the "Hide Menu Hamburger Icon Display on Horizontal Navigation on Mobile" option.

    Regards,
    PenciDesign.



  • kondason replied

    great, thanks