Home Forums Basel support forum Main menu border

Main menu border

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #194177

    Userdan
    Participant

    Hi there,

    I want to ask how to get a bottom shadow from the main menu that hovers under ‘shop’ onto the page content.

    Will it be via the CSS?
    What is the correct id class?

    Many thanks,
    Daniel

    #194317

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .navigation-wrap {
    	box-shadow: 0 0 9px rgba(0,0,0,.1);
    }

    Best Regards

    #194738

    Userdan
    Participant

    Hi there,

    It doesnt seem to be working.

    Please see the screenshot.
    Any ideas?

    Many thnaks,
    Daniel

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

    Userdan
    Participant

    Sorry ignore the previous screenshot attachment.

    Please see this attachement

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

    Hello,

    Please replace and add this code to the Theme Settings > Custom CSS > Global:

    body .basel-navigation .menu>li.item-event-hover:hover>.sub-menu-dropdown {
    	box-shadow: 0 0 9px rgba(0,0,0,.1);
    }

    Best Regards

    #194768

    Userdan
    Participant

    Thank you!

    #194846

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Main menu border’ is closed to new replies.