Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1283251

    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.

    #1283571

    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

    #1283753

    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

    #1284090

    Hi,

    How is that file generated? It looks like it’s minified?

    Best regards,
    Rikard

    #1284307
    This reply has been marked as private.
    #1284618

    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

    • This reply was modified 3 years, 8 months ago by Rikard.
    #1284876

    Hi Rikard,

    I’m not sure but I added the above in quick CSS and it fixed the shadow, thanks for your help!

    #1284900

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Button’ is closed to new replies.