Where do I change color Text of header in mobile Menu

Hi, does anybody know where I can change the text color? It for some reason is different then the categories. I can not seem to find where the spot is. can someone help me? https://tarduu.com

1 Like

Hi @Tarduu

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. 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:
@media only screen and (max-width: 1024px){
.menu-heading-mobile.halo-sidebar-header span {
    color: red;
}
}

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

Hi, I meant the text that is white. Do you know how to change that text color too?

Yes, add this code. Same instruction.

.halo-sidebar-wrapper .customer-links span.title {
    color: #000;
}

And Save.

Result:

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

Now I have another question. Do you see the links the cells lead to? How can I change them. “My wish list” leads to collections/all for some reason and I dont understand why. Same as my hamburger menu when I click on it. Where can I change all of that? Maybe you could help me on this situation too