We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

I tried everything I could think of, but nothing changed

I tried everything I could think of, but nothing changed

Chloe-Chopper
Tourist
4 0 3

Hi,This is my shop

537a618b-779e-4018-af82-20b326825938.jpeg

I want to change the color of the header font, but no matter which selector , the "Gallery" button doesn't change. Why?

Replies 4 (4)

Moeed
Shopify Partner
7764 2082 2568

Hey @Chloe-Chopper 

 

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 </body> tag

<style>
summary.site-nav__link.site-nav__link--underline.site-nav__link--has-dropdown {
    color: red !important;
}
</style>

RESULT:

Moeed_0-1751705239449.png

 

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

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Chloe-Chopper
Tourist
4 0 3

It working!!!!!

Thank you so much!!!!!

devcoders
Shopify Partner
1654 190 564

Hello @Chloe-Chopper 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > index.css / base.css / theme.css and paste this at the bottow of the file:

 

summary.site-nav__link.site-nav__link--underline.site-nav__link--has-dropdown {
color: red !important;
}

 

devcoders_0-1751710713505.png

 



Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
Moeed
Shopify Partner
7764 2082 2568

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications