How can I change heading color in the Impulse theme?

Solved

How can I change heading color in the Impulse theme?

Gypsy-Paws
Excursionist
15 1 1

Hi,

 

I am using the Impulse Theme and I wanted to make my headings red.  In my previous theme there was an option for headings under general in colors but there is none in Impulse.  Is there a way to do this?

 

Accepted Solution (1)
LitCommerce
Astronaut
2860 684 749

This is an accepted solution.

Hi @Gypsy-Paws,

Please add code:

.index-section .theme-block h2{
    color: #ff0000 !important;
}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!

View solution in original post

Replies 9 (9)

PageFly-Victor
Shopify Partner
7865 1785 3103

hi @Gypsy-Paws 

This is PageFly - Free Landing Page Builder

 

This can be achieve by using custom css code which more easier for you. Please help me by share your site URL and password if password protected. I will check out the issue and provide you a solution here.

 

Hope this helps. 

Best regards,

PageFly

LitCommerce
Astronaut
2860 684 749

Hi @Gypsy-Paws,

Go to Assets > theme.css and paste this at the bottom of the file:

.site-nav.site-navigation .site-nav__link {
    color: #ff0000 !important;
}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
Gypsy-Paws
Excursionist
15 1 1

Hi, 

 

Thanks for your help.  The code changed the color of the navigation menu items.  I was trying to change the color of the headings.  Do you happen to know the code to do that?  Thanks!

LitCommerce
Astronaut
2860 684 749

Hi @Gypsy-Paws,

Sorry for the mistake, please change the following code:

.section-header__title {
    color: #ff0000 !important;
}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
Gypsy-Paws
Excursionist
15 1 1

Thank you so much.  It worked for all of the headings except the one in the rich text box.  If it is not too much trouble, do you have a code for that as well?

LitCommerce
Astronaut
2860 684 749

HI @Gypsy-Paws,

Please send your site and if your site is password protected, please send me the password. I will check it.

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
Gypsy-Paws
Excursionist
15 1 1

http://gypsy-paws.com

Password 111

 

LitCommerce
Astronaut
2860 684 749

This is an accepted solution.

Hi @Gypsy-Paws,

Please add code:

.index-section .theme-block h2{
    color: #ff0000 !important;
}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
Gypsy-Paws
Excursionist
15 1 1

Thank you soooo much!!  It is perfect.  Thank you for all the time and effort.  I can't tell you how much I appreciate this!!