Making the sub-menu dropdown work

Hello Colorlib community,
Website: https://amorgiali-studios.com/

I want to delete the page-title-section bg-secondary class in order to make the homepage image stick to the menu,When i go to the additional css and add this code:

page-title-section bg-secondary{
display:none;
}

It removes the section but by doing that the dropdown menu for “Rooms” stops workng correctly and only shows 1 room instead of all 6 rooms.

Thanks a ton!

Hello there,

I hope you are doing well today.

You can use the following CSS code to edit the z axis of the menu by going to Appearance > Customize > Additional CSS and pasting it there.

/*Menu axis position*/
header {
    z-index: 10;

Best Regards,
Support