How do I change the boarder of the text box within the slide show on the front of my page?

Solved

How do I change the boarder of the text box within the slide show on the front of my page?

UrbanPad
Tourist
7 0 3

Image.csv.pngwant to change the black box surrounding the words in the middle of the page.

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
8205 1972 2410

This is an accepted solution.

Thanks for the info, Do you mean like this?

Made4uoRibe_0-1698880513962.png

If it is, try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient.slideshow__text--center.slideshow__text-mobile--center {
    border: none !important;
}
h2.banner__heading.inline-richtext.h1, .banner__text.rte {
    border: 2px solid black;
}
h2.banner__heading.inline-richtext.h1 {
    padding: 0 10px;
}

 

  • And Save. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
8205 1972 2410

Hi @UrbanPad 

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
UrbanPad
Tourist
7 0 3

urbanpad.shop

 

Made4uo-Ribe
Shopify Partner
8205 1972 2410

This is an accepted solution.

Thanks for the info, Do you mean like this?

Made4uoRibe_0-1698880513962.png

If it is, try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient.slideshow__text--center.slideshow__text-mobile--center {
    border: none !important;
}
h2.banner__heading.inline-richtext.h1, .banner__text.rte {
    border: 2px solid black;
}
h2.banner__heading.inline-richtext.h1 {
    padding: 0 10px;
}

 

  • And Save. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
UrbanPad
Tourist
7 0 3

no we just want the black baorder completely gone 

 

Made4uo-Ribe
Shopify Partner
8205 1972 2410

Ops, Try this one then. Same Instruction.

.slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient.slideshow__text--center.slideshow__text-mobile--center {
    border: none !important;
}

And Save. 

I thought you like to change. 😅

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
UrbanPad
Tourist
7 0 3

is there any way to add an opacity behind the text so its easier to read?