black rectangle around text on image banner

Solved

black rectangle around text on image banner

prsglv
Visitor
3 0 0

I edited the code, it used to be a white box around the text. The white is now transparent as I found out how to edit the code but there is still a black rectangle outline which is pretty annoying. 

Anyone know how to get rid of this?

Accepted Solution (1)
Moeed
Shopify Partner
7098 1906 2336

This is an accepted solution.

Hey @prsglv 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

<style>
.banner--content-align-right .banner__box {
    border: none;
}
</style>

Moeed_0-1687873328890.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
7098 1906 2336

Hey @prsglv 
Kindly share your Store URL and Password if enabled

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


prsglv
Visitor
3 0 0

of course, havn't finished the store yet but its acmegrip.com

Moeed
Shopify Partner
7098 1906 2336

This is an accepted solution.

Hey @prsglv 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

<style>
.banner--content-align-right .banner__box {
    border: none;
}
</style>

Moeed_0-1687873328890.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


prsglv
Visitor
3 0 0

Oh Moeed you're my hero, thank you friend 

Moeed
Shopify Partner
7098 1906 2336

I'm glad my solution worked for you. If you need any further assistance, feel free to drop me a text anytime! 🙂

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications