Hello,
Please help to change the main menu heading color, because now if I change the main color, all letters become white. Can you help me fix this issue?"
Hello,
Please help to change the main menu heading color, because now if I change the main color, all letters become white. Can you help me fix this issue?"
can you provide your website URL to give you the right code?
or Assuming the main menu heading has a class name of “main-menu-heading”
.main-menu-heading { color: white; }
HI @Dannute
Would you mind to share your store URL?thanks!
I still didn’t open the shop. URL is https://pipiras.co.uk/ with password pipirasas
Thank you
I still didn’t open the shop. URL is https://pipiras.co.uk/ with password pipirasas
Thank you
Thanks for the info, check 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:
.banner__box h2 {
color: white;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you