How can I change my webpage heading to black?

How can I change my webpage heading to black?

learningdesign
Shopify Partner
205 1 24

Capture.PNG

 

How to make this area black  in home page this area is transparent  so keep that transparent on all other pages i need it black
ai rba ck-ca.myshopify.com   password    miaffi

Replies 5 (5)

Moeed
Shopify Partner
7022 1893 2311

Hey @learningdesign 

 

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

{% if template.name != "index" %} 
<style>
.branding img {
    filter: invert(1) !important;
}
</style>
{% endif %}

RESULT:

Moeed_0-1704802420134.png

 

If I managed to help you 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


learningdesign
Shopify Partner
205 1 24

Sir i need all the header black  and remain the logo and menu button white 

Pearson87
Visitor
2 0 0

thanks for giving advice 

Pearson87
Visitor
2 0 0
learningdesign
Shopify Partner
205 1 24

What is this