Taste Theme Remove Image Banner Text background

Solved

Taste Theme Remove Image Banner Text background

BradZB
Visitor
2 0 0

Using the Taste theme and I am trying to remove the text box background on the Image Banner. Just want the text and button visible in the lower left corner. 

 

ImageBanner.jpg

Accepted Solution (1)

ThePrimeWeb
Shopify Partner
2138 615 501

This is an accepted solution.

Hey @BradZB,

 

On your Image banner, on the right side, scroll down to Custom CSS and paste the code below the screenshot.

ThePrimeWeb_0-1707751906569.png

 

.banner__box {
  background-color: transparent;
  border: none;
}
Was I helpful?

Buy me a coffee

🙂

Need help with your store? [email protected] or check out the website
Check out our interview with Shopify!

View solution in original post

Replies 2 (2)

suyash1
Shopify Partner
9853 1226 1566

@BradZB - please open customize settings, open banner and check if you have an option to 'deselect' show container.

To build shopify pages use pagefly | Contact me - [email protected] , My timezone is GMT+5:30. | Support me

ThePrimeWeb
Shopify Partner
2138 615 501

This is an accepted solution.

Hey @BradZB,

 

On your Image banner, on the right side, scroll down to Custom CSS and paste the code below the screenshot.

ThePrimeWeb_0-1707751906569.png

 

.banner__box {
  background-color: transparent;
  border: none;
}
Was I helpful?

Buy me a coffee

🙂

Need help with your store? [email protected] or check out the website
Check out our interview with Shopify!