Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Making button on slideshow transparent, origin theme

Solved

Making button on slideshow transparent, origin theme

TeaydenL
Tourist
13 0 3

Screenshot 2024-04-19 7.47.02 AM.pngHello, I just need help getting rid of the annoying white banner/background around my button and text, I've tried numerous things, nothing has worked, any help would be appreciated. I am using Origin theme.

Accepted Solutions (2)

Made4uo-Ribe
Shopify Partner
9069 2166 2673

This is an accepted solution.

Hi @TeaydenL 

Check 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 {
    background: transparent;
}
.slideshow__text.banner__box * { 
    color: white;
}

 

And Save. 

Result:

Made4uoRibe_0-1713540734441.png

Note: I make the text color white. This is before the text color change. 

Made4uoRibe_1-1713540804360.png

 

 

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

Made4uo-Ribe
Shopify Partner
9069 2166 2673

This is an accepted solution.

Welcome, do you mean like this button?

Made4uoRibe_0-1713794979162.png

Check this one,

Same Instruction.

 

.banner__buttons a.button.button--primary {
    background: white;
    color: black;
}
.button[aria-disabled=true] {
     opacity: 1;
}

 

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 4 (4)

PageFly-Henry
Shopify Partner
1184 335 292

Hi @TeaydenL 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

.slideshow__text.banner__box.content-container {

    background: transparent !important;

}

a.button.button--primary {

    opacity: 1 !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Made4uo-Ribe
Shopify Partner
9069 2166 2673

This is an accepted solution.

Hi @TeaydenL 

Check 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 {
    background: transparent;
}
.slideshow__text.banner__box * { 
    color: white;
}

 

And Save. 

Result:

Made4uoRibe_0-1713540734441.png

Note: I make the text color white. This is before the text color change. 

Made4uoRibe_1-1713540804360.png

 

 

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 ⚙️.
TeaydenL
Tourist
13 0 3

Thank you so much! Could also use help changing the button color to white, let me know if this is possible, thanks so much.

Made4uo-Ribe
Shopify Partner
9069 2166 2673

This is an accepted solution.

Welcome, do you mean like this button?

Made4uoRibe_0-1713794979162.png

Check this one,

Same Instruction.

 

.banner__buttons a.button.button--primary {
    background: white;
    color: black;
}
.button[aria-disabled=true] {
     opacity: 1;
}

 

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 ⚙️.