What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: 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
9118 2178 2688

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 are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
9118 2178 2688

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 are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
UrbanPad
Tourist
7 0 3

urbanpad.shop

 

Made4uo-Ribe
Shopify Partner
9118 2178 2688

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 are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
UrbanPad
Tourist
7 0 3

no we just want the black baorder completely gone 

 

Made4uo-Ribe
Shopify Partner
9118 2178 2688

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 are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
UrbanPad
Tourist
7 0 3

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