I am trying to add a button to my image banner but it comes up with a big white background.
I have tried adding code into CCS as seen on other suggestions but with no effect.
I also would like to be able to bring the button down lower (in mobile version) on the image.
1 Like
Hello @bloomhome
Our team is ready to help you.
Please share your website URL so that we can check and assist you.
@bloomhome Can you please share this page link?
@bloomhome -
please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css
.banner--mobile-bottom .banner__box {background: none !important; padding-bottom:0 !important}
1 Like
thanks the desktop problem solved the mobile problem remains
1 Like
@bloomhome please clear cache and check, it is working at my end
1 Like
thanks this one worked but the mobile problem remains
please try this code @bloomhome
- Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
@bloomhome - for mobile add this
@media screen and (max-width:749px){
.banner__content{align-items: flex-end;}
}
where do i put this code ??
1 Like
@bloomhome end of base.css file
Glad to be of help. Have a nice day.