Home Forums Basel support forum MENU LABEL – NEW

MENU LABEL – NEW

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

    Les
    Participant

    Hello,

    In the menu, I am exploring adding Hot, Sale and New labels.

    – Hot appears correctly
    – Sale needs a space. See attached screenshot.
    – New is missing its blue background shown on the demo. See attached screenshot.

    Could you please tell me how to add a space between ‘Wigs’ and the red sale bubble.
    Also, could you please tell me how I can make the blue bubble background appear in back of the ‘NEW’ label after Frontals?

    Thank you,

    Les

    Attachments:
    You must be logged in to view attached files.
    #10721

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .menu-label-new {
        background-color: #1aada3;
      	content: "\f0da"!important;
    }
    
    .menu-label-new:after {
        color: #1aada3;
    }
    
    .basel-navigation .menu>li.menu-item-design-full-width .sub-sub-menu li a .menu-label, .basel-navigation .menu>li.menu-item-design-sized .sub-sub-menu li a .menu-label {
        right: -35px;
    }

    Regards

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