How to make the titles of my blogs appear black in the drop down menu. right now they are tan

standouthairco.com is the website

1 Like

Hi @anpanman ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at the bottom of the file → Save

#HeaderMenu-MenuList-3 .header__menu-item{
color:black !important
}

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Hey @anpanman

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @anpanman

It is only in the blogs? Try this one it for the blogs and the human hair wigs.

  • 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:
#HeaderMenu-MenuList-3 a {
    color: black !important;
}
  • For the wigs.
#HeaderMenu-MenuList-2 a {
    color: black !important;
}

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

Hi @anpanman

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the base.css file:

#HeaderMenu-MenuList-3 .header__menu-item {color: #000 !important;}

Regards,

San