How i make my sub menu transparent too its apearing with a backgroung grey

Topic summary

A user is experiencing an issue where their website’s submenu appears with a grey background instead of being transparent.

Problem Details:

  • The submenu displays with an unwanted grey background
  • The main site is alpha-titan.com
  • Screenshots were provided showing the issue

Solution Provided:
A community member offered a CSS fix:

  • Navigate to Shopify admin → Online Store → Themes → Actions → Edit code
  • Open the Assets folder and locate the CSS file (base.css, style.css, or theme.css)
  • Add the following CSS code at the bottom:
div#link-collections {
  background: transparent !important;
}
  • Save the changes

Status: The solution was marked as resolved by the original poster.

Summarized with AI on November 15. AI used: claude-sonnet-4-5-20250929.

I need help here the link alpha-titan.com

the problem is basically what i have said on the title t

1 Like

Hi @Ddsdssds

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

alpha-titan.com

1 Like

Thanks for the info, try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
div#link-collections {
    background: transparent !important;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!