Home Forums Basel support forum Menu Customization

Menu Customization

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #3594

    pharmedoc
    Participant

    Hey Guys,

    Great theme!

    Quick question though – how do i make the menu slightly thinner?

    Thanks in advance

    #3603

    Artem Temos
    Keymaster

    Hello,

    Thank you for the question.

    Would you be so kind kind and provide your web-site link and screenshot of what exactly do you want to make thinner?

    Regards

    #3698

    pharmedoc
    Participant

    Hey guys,

    Thank you for replying so quickly.

    The link to the site is: http://www.pharmedoc.com

    Below is an img of the nav bar:

    nav bar

    I’m trying to make the nav bar a bit thinner.

    #3700

    Artem Temos
    Keymaster

    Thank you. Here is a code snippet that you can place into the Custom CSS section in Theme Settings to make your header smaller

    .header-shop .right-column .header-links, .header-shop .main-nav .menu>li>a {
        height: 80px;
        line-height: 80px;
    }

    Regards

    #3706

    Anonymous
    Inactive

    I see header SHOP in the code. By removing this word, will this code work for other pages ?

    #3709

    Artem Temos
    Keymaster

    Hi @Canavaliana,

    It is hard to say. For some headers it may work and for some headers may not. .header-shop defines not the actual SHOP page but this header layout. (as shown on the screenshot)

    #3711

    Anonymous
    Inactive

    Will this work for the “e-commerce” layout ?

    By the way, is there a possibility to remove the logo in the header only in a specific page ?

    #3712

    Artem Temos
    Keymaster

    Yes, it will work for the “e-commerce” layout.

    You can add the following code snippet to the custom CSS area in Visual Composer for some page to hide logo image

    .site-logo {
        display: none!important;
    }

    Regards

    #3713

    Anonymous
    Inactive

    Great. Thank you very much !

    #3714

    Anonymous
    Inactive

    …Hum, sorry but I don’t see the custom CSS area of the page…

    #3715

    Artem Temos
    Keymaster

    You can see it by clicking this icon

    #3716

    Anonymous
    Inactive

    Oh, the wheel ! It workk perfectly.Thanks a lot !

    #3720

    Artem Temos
    Keymaster

    Great, you are welcome.

Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)