How can I change the colour of the section divider in Impulse theme?

Url is www.thedropskincare.com.au

Hello @TDS2023 ,

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code

Go to Assets folder → base.css file → add this following code at the bottom of page

.section-divider {
  border-top: 1px solid #000000;
  /* Change the above color code to your desired color */
  margin-top: 40px;
  margin-bottom: 40px;
}

Save changes

Hope this can help. Let us know if you need any further support.

Ali Reviews team.

Hi, I don’t have abase.css file in Assets. Please see image. Any suggestions?

Hi @TDS2023

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the theme.css file:

#shopify-section-template–16842968596694__ea2f6e8e-311d-4b91-a85a-1d99685c06bc {background: ##fbfbfb;padding: 50px 0;}

Regards,

San

Hi San, no luck unfortunately. Any other ideas?

Hello @TDS2023

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.site-footer {
    border-top: 1px solid #000;
    margin-top: 20px;
}

Hi, I don’t have a base.css file in Assets.

Hello @TDS2023

Go to the Online Store->Theme->Edit code->Assets->theme.css.liquid>Add above code at the bottom.

Hello @TDS2023 ,

You can add the code in theme.css.liquid file

sorry, didn’t work

No, sorry. Didn’t work