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
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;
}
can the title be moved at the bottom of the image as well?