Hi,
On all of my light transparent style buttons there is a thin red line on the bottom edge of the buttons, how to I get rid of this?
Example on the slideshow buttons in below link, this is issue is happening site wise on all buttons except for the homepage.
Hey B,
The CSS in question is coming from app.css in your child theme:
.avia-button {
box-shadow: 0 1px 0 0 #d02a02;
}
Please remove or edit it there.
Best regards,
Rikard
Hi Rikard,
I’m not sure I’m looking in the right place but when I copy and pasted the css above I couldn’t see it, screenshot link below
Hi,
Thanks for the update. So why are all those CSS files in your child theme? They had to be copied there for a reason? If you want to override the CSS in question then you can try this in Quick CSS:
.avia-button {
box-shadow: none !important;
}
Best regards,
Rikard
Hi Rikard,
I’m not sure but I added the above in quick CSS and it fixed the shadow, thanks for your help!
Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon