Re: Change color of text and icon for the 'Collapsible Content' section on the Dawn theme

Solved

Change color of text and icon for the 'Collapsible Content' section on the Dawn theme

DawnHazel
Tourist
17 0 1

Hi, I'd like to change the color of the header and and icon for the 'Collapsible Content' section on the Dawn theme to blue in order to stand out. Please see existing presentation below.

 

Thanks in anticipation. Gill


Collapsible.png

Accepted Solution (1)

brandography
Shopify Partner
136 27 25

This is an accepted solution.

Hi @DawnHazel 

 

You can change the color on the .h4 class that the text is using by editing and pasting the following code to the bottom of your base.css file and clicking save. 

.h4 {
  color: #feae1b !important
}

 

*change the #feae1b color to any color you'd like.

 

You can also change the icon by going to theme's visual editor inside of Shopify and selecting a new icon from the icon list like so:

Screen Shot 2023-01-09 at 8.55.05 AM.png

Find a Powerful eCommerce Marketing Partner


Let Brandography help you spread the word about your products through cutting-edge eCommerce web design, strategic sales channels, and expert digital marketing tactics.
Check out our website

View solution in original post

Replies 6 (6)

Ujjaval
Shopify Partner
1242 197 212

@DawnHazel Can Share your store url?

brandography
Shopify Partner
136 27 25

This is an accepted solution.

Hi @DawnHazel 

 

You can change the color on the .h4 class that the text is using by editing and pasting the following code to the bottom of your base.css file and clicking save. 

.h4 {
  color: #feae1b !important
}

 

*change the #feae1b color to any color you'd like.

 

You can also change the icon by going to theme's visual editor inside of Shopify and selecting a new icon from the icon list like so:

Screen Shot 2023-01-09 at 8.55.05 AM.png

Find a Powerful eCommerce Marketing Partner


Let Brandography help you spread the word about your products through cutting-edge eCommerce web design, strategic sales channels, and expert digital marketing tactics.
Check out our website
DawnHazel
Tourist
17 0 1

Hi Brandography,

 

Thanks for taking the time to respond.  I made the change (using a red color) as 

 

.h4 {
color: #fe3d1b !important
}

 

to the base.css but the heading has not changed.

 

Thanks in advance

Dawn

SzeJan
Visitor
1 0 0

Dear @brandography,

 

I tried to add this sort of code to the bottom of the base.css to change the color of the icons of my website's collapsible rows, but it did not work.

Were there any updates that caused a problem with the application of this method?

 

Thanks for the help,

SzeJan

theparmesan_don
Excursionist
20 1 7

For me that changed the color of the text, but not the icons. Do you know how to change the color of the icons?