Shopify themes, liquid, logos, and UX
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!
Solved! Go to the solution
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.
Hi @NK9089
This the container of the title in your banner. What I did I make it transparent.
.slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-background-2.gradient.slideshow__text--right.slideshow__text-mobile--right {
background: transparent;
}
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!
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.
Worked great, thank you!
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024