How to add a block background color to collection titles in Impulse Theme?

Hello

I would like to add a block background color to my collection Titles…like in this photo.

I am using the Impulse Theme.

Thanks

Hi @TBS2022

This is PageFly - Advanced Page Builder.

You can try with this code:

Follow this:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css.

Step 3: paste below code on top of file → save.

.section-header__title font {

background: red;

}

Hope that my solution works for you.

Best regards,

PageFly.

Hi @TBS2022
Thank you for your question.
You can try follow this path:
Themes => edit code => asset => theme.css
and add this code to bottom of the file theme.css

.collection-hero__content .section-header__title{
background: red;
}

Great - thanks

can it also be done for the titles in the sub-collections?

can the title be moved at the bottom of the image as well?