How to remove the Shop all button and white background

Solved

How to remove the Shop all button and white background

NK9089
Tourist
3 0 3

Hi there,
How do I remove the white background and Shop all button here https://postimg.cc/5HmNWFpP 
This is the website: https://aromall.co.uk/ , I am using the Refresh Shopify theme.
Thank you!

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
8446 2019 2480

This is an accepted solution.

Oh, Sorry I didnt read well. 

Please replace with this code. Thanks!

Same Instruction.

.slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-background-2.gradient.slideshow__text--right.slideshow__text-mobile--right {
    display: none;
}

And Save. 

It will remove also in the mobile. 

Made4uoRibe_0-1698341109856.pngMade4uoRibe_1-1698341119762.png

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

Made4uo-Ribe
Shopify Partner
8446 2019 2480

Hi @NK9089 

This the container of the title in your banner. What I did I make it transparent. 

  • 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-2.gradient.slideshow__text--right.slideshow__text-mobile--right {
    background: transparent;
}

 

  • And Save
  • Do you like to change in the mobile screen also?
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.
NK9089
Tourist
3 0 3

Hi, @Made4uo-Ribe , just added the code to base.css, which indeed removed the white background. However, the Shop all button remains there. I would also like to remove that button as well, not just the white background. Can you please help with that too?
Also - I want to remove both the white background and the Shop all button from Mobile version as well.
Thank you!

Made4uo-Ribe
Shopify Partner
8446 2019 2480

This is an accepted solution.

Oh, Sorry I didnt read well. 

Please replace with this code. Thanks!

Same Instruction.

.slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-background-2.gradient.slideshow__text--right.slideshow__text-mobile--right {
    display: none;
}

And Save. 

It will remove also in the mobile. 

Made4uoRibe_0-1698341109856.pngMade4uoRibe_1-1698341119762.png

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.
NK9089
Tourist
3 0 3

Worked great, thank you!