Remove text background from banner or reduce it

Solved

Remove text background from banner or reduce it

ReviveShop
Explorer
49 0 26

Hello guys, I wanna remove the white background or reduce the border:

https://luviera.store/

 

BANNER HELP.PNG

Accepted Solution (1)
BSS-TekLabs
Shopify Partner
2330 691 814

This is an accepted solution.

<style>
.banner__box.content-container.content-container--full-width-mobile.color-background-2.gradient {
    background: transparent !important;
}
h2.banner__heading.inline-richtext.h2, .banner__text.rte.body {
    color: white !important;
}
</style>

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 6 (6)

Hardik2903
Pathfinder
95 8 12

@ReviveShop  Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>

<style>
.banner .banner__content .banner__box {
padding: 16px !important;
}
</style>

 

BSS-TekLabs
Shopify Partner
2330 691 814

- Here is the solution for you @ReviveShop 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

<style>
.banner__box.content-container.content-container--full-width-mobile.color-background-2.gradient {
    background: transparent !important;
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1726388647492.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
ReviveShop
Explorer
49 0 26

Can you change the text to white for me?

BSS-TekLabs
Shopify Partner
2330 691 814

This is an accepted solution.

<style>
.banner__box.content-container.content-container--full-width-mobile.color-background-2.gradient {
    background: transparent !important;
}
h2.banner__heading.inline-richtext.h2, .banner__text.rte.body {
    color: white !important;
}
</style>

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
BSS-TekLabs
Shopify Partner
2330 691 814

Can you replace to this code @ReviveShop 

BSSTekLabs_0-1726389350697.png

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

BSSCommerce-B2B
Shopify Partner
1718 512 574

@Hardik2903 ,

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
#Banner-template--23251117932877__image_banner_EXKAW9 .banner__box {
   background: transparent!important;
}
</style> 

Result:

BSSCommerceB2B_0-1726388672688.png

If it helps you, please like and mark it as the solution.

Best Regards 😊

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now