Re: 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
2139 616 523

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? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!

View solution in original post

Replies 2 (2)

suyash1
Shopify Partner
10730 1326 1702

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

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

ThePrimeWeb
Shopify Partner
2139 616 523

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? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!