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

Solved
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
4054 924 1131

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!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


View solution in original post

Replies 6 (6)
Made4uo-Ribe
Shopify Partner
4054 924 1131

Hi @UrbanPad 

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

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


UrbanPad
Tourist
7 0 3

urbanpad.shop

 

Made4uo-Ribe
Shopify Partner
4054 924 1131

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!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


UrbanPad
Tourist
7 0 3

no we just want the black baorder completely gone 

 

Made4uo-Ribe
Shopify Partner
4054 924 1131

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. 😅

 

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


UrbanPad
Tourist
7 0 3

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