How can I remove the solid menu from my drop down code?

Hello, I am new to this coding stuff… But I have this code for a drop down menu, the only issue is it shows up like this (view image) It layers a solid menu over the drop down, how do I get rid of the solid menu to only have the drop down?

.site-nav–has-dropdown:hover .site-nav__dropdown,
.site-nav–has-dropdown:focus .site-nav__dropdown {
display: block;}

.site-nav–has-centered-dropdown {
position: relative; }

.site-nav__dropdown {
display: none;
position: absolute;
padding: 5px 5px 5px 0;
margin: 0;
z-index: 7;
text-align: left;
border: 1px solid var(–color-border);
background: var(–color-bg);
left: -1px;
top: 33px; }
.site-nav__dropdown .site-nav__link {
padding: 4px 15px 5px; }

.site-nav__dropdown–right:not(.site-nav__dropdown–centered) {
display: relative;
right: unset;
left: unset; }

.site-nav__dropdown–left:not(.site-nav__dropdown–centered) {
display: relative;
right: unset;
left: unset; }

.site-nav__dropdown–centered {
width: 100%;
padding: 0;
text-align: center; }

Hello @VesnoxShop ,

It’s GemPages support team and glad to support you today.

Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?

Best regards,
GemPages Support Team

The layout is currently not the published theme, I have a “valentines day” themed enabled at the moment. Should I temporarily make the theme the one with this code and share it with you?

@GemPages

this is the website

link: https://vesnox.shop/

password: Galaxy01$

You’ll need to click any of the menu items to see the dropdown I am talking about.

Hi @VesnoxShop ,

Excuse me! But I can’t find any the drowdown menu as your video.

Best regards,
GemPages Support Team

I figured out the coding. Sorry, haven’t gotten around to responding.