Hi,
I’ve added two buttons on the main page but there is a big black “shadow” of the second button of “Nails on Sale”.
Could you advise how I can remove that, so that both the first button “Shop All” and second button “Nails on Sale” will look exactly the same?
http://imcherrycola.com
password is password.
Screen shot is as follows:
1 Like
@PeanutJr
.button{
--shadow-opacity: none !important;
--shadow-visible: none !important;
}
Add this code in the bottom of base.css
Hi. Thank you for the reply. However, the two buttons still look different. Please see below.
Hi @PeanutJr ,
I’m Dan from Ryviu: Aliexpress review app. Please add this CSS code to solve your issue.
.banner__box { background: transparent !important; }
1 Like