Homepage Featured collection background color help for Broadcast theme

presently
Excursionist
24 1 4

I need to change the color of the background behind the product title and price. Screen Shot 2021-07-31 at 10.12.16 PM.png

Replies 12 (12)

Zworthkey
Shopify Partner
5581 642 1565

Please Share your store URL so that we will check and fix your issues.
Thank you.

 

presently
Excursionist
24 1 4
thinkpresently.myshopify.com
Zworthkey
Shopify Partner
5581 642 1565

Sorry i can't found this shop

presently
Excursionist
24 1 4

oops sorry its actually think-presently.myshopify.com

presently
Excursionist
24 1 4

Also - can you tell me how to add a background image to just one section on the homepage?

Zworthkey
Shopify Partner
5581 642 1565

go to the theme customization.
then to the setting.
then you will get the color option.
then click and then go to the background color and change it.
thank you.

Zworthkey
Shopify Partner
5581 642 1565

add this code to theme.css or theme.scss

.aos-initialized [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translate(0);
    background-color: lightgrey;
}

 add color type which you want to show.
thank you.

presently
Excursionist
24 1 4

How do I add a background image to the logo list section?

Zworthkey
Shopify Partner
5581 642 1565
presently
Excursionist
24 1 4

It doesn't say anything about adding a background image to the existing logo bar thats already in my template.

Zworthkey
Shopify Partner
5581 642 1565

checkout in the theme section their will be option, or you may have to add by custom code.

Zworthkey
Shopify Partner
5581 642 1565

if you got solved your problem.
please like and accept my solution.