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 #2518637
Edit Layout Properties in Menu​
Closed

Comments

  • Alvaro-Carrilho started the conversation

    Hello Soledad Team,

    Edit Layout Properties in Menu

    I'm trying to change in the MAIN MENU settings:

    1.  the background colour
    2.  the Type Colour

    and in the MOBILE MENU settings

    1.   same as above
    2.   the logo size

    Thks in advance, from Lisbon Portugal


  •  2,699
    PenciDesign replied

    Hi,

    1/ Please check option for change the main menu via Customize > Colors for Header > options for "Main Nav ..."

    2/ To change the color for vertical mobile navigation, please check options for it via Customize > Color for Mobile Nav

    For change the logo size, please try add more this code to Customize > Custom CSS to increase the size for your logo on mobile:

    @media only screen and (max-width: 960px){
    #navigation.header-6 #logo img {
        padding: 3px 0 !important;
    }
    }

    Best Regards,

    PenciDesign