Okay
  Public Ticket #2571504
Changing Menu width and Menu skin
Closed

Comments

  •  1
    miukee started the conversation

    Hello,

    I started designing the pages and have some questions about Menu.

    1. Menu width - I want to scale down the menu width. I found the 'Header Vertical Padding' but not "Horizontal" one. How can I change it?

    2. Menu Skin - Is there any way to change the setting of 'Dark skin' and 'Light skin'? Currently they gives me only the option of Green Menu, which color is difficult to fit into many design options...

    Thank you so much for your help!

    {"wp":{"use":false,"adminUrl":"ametsuchi-yoga.com/wp/wp-admin","username":"ametsuchi-yoga","password":"mariayumiko88"},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  • [deleted] replied

    Hi miukee,

    1— Please go to Laborator > Theme Options > Header and Menu > Header Settings > and untick this option "Extend header container to the browser edge".

    2— That green color is the default color, if you want to change it you can change the Link Color area of your Custom Skin (read more).

    You are using an old version of our theme 3.0.8, the latest version for the moment is 3.0.8.1 (read release notes), please update your theme first and then the premium plugins too.

    After you update the theme, there is a chance that we also updated some of the plugins that we offer. To update those plugins to the latest version that we support, just go to Laborator > Plugins.

    Have a nice day!

  •  1
    miukee replied

    Hi Ylli, thank you for your reply.

    1> I unticked the box but nothing changed...

    2> The reason I want to change the skin is that I want to use white menu for only the top page and black for the rest. How can I do this...?

    Big big thanks!
    Miyuki

  • [deleted] replied

    Hi Miyuki,

    1— It must change. Can you please share your Wordpress credentials because I need to login to your site and test this. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar (see how)

    2— If you want to have a different menu color on any page then you can do that on the Parameters and Options area (read more) of that page > Logo and Menu.

    Have a nice day!

  •  1
    miukee replied

     Hi Ylli,

    1–Sorry my bad, I was setting the Parameters and Options of that page as full so now I can change it! But still wonder... I'd like to change the width to something in between like 'Full' and 'Non-Full'. Any way or codes that gives me more control on it?

    2–Solved, thank you!

    Kind regards,
    Miyuki

  • [deleted] replied

    Hi Miyuki,

    1— If you want to do that then you need to add a CSS code on your Custom CSS area so you can modify it.

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area

    I will try to help you this time though, so maybe this code will do for you.

    @media (min-width: 1400px) {
        .header-block__row-container.container {
            width: 1370px;
        }
    }

    2— Great!

    Have a nice day!