Home Forums Basel support forum Menu tweaks

Menu tweaks

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5404

    IvyK
    Participant

    Hi,

    I need two minor adjustments on menu. I attached a photo for better clarity.
    How to remove those two borders from the menu? I went to Settings- Header- Header border to remove It, but It doesn’t seem to work.

    Also, I have a question about menu in page heading which shows subcategories.
    I love that feature but I wonder how to change subcategories text from uppercase letters to small caps.
    I created a menu with subcategories to be in small caps, but they all show in uppercase in page heading menu.
    I think small caps would be more intuitive, more clear that they are looking at subcategories.

    Thank you so much for all your help!

    I.

    #5412

    Artem Temos
    Keymaster

    Hello,

    Thank you for contacting us.

    Here is code snippet to remove borders and change categories menu fonts

    .basel-product-categories li a {
        text-transform: initial;
    }
    
    .navigation-wrap {
        border: none;
    }
    

    Regards

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