Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1425337

    Hi, I have a problem with the layout of the shop page button as you can see from the image https://www.impsolari.com/wp-content/uploads/2023/11/shop-ko.png it can’t be read at all while it is in hover, just barely in hover but I would simply like it to work like the same green button on the product page https://www.impsolari.com/wp-content/uploads/2023/11/product-ok.png with the writing white but I can’t find the settings in the enfold settings can you help me please?
    Thanks Gianluca from Italy

    #1425365

    Hey Gianluca,

    Thank you for the inquiry.

    Did you add the following css code? It sets the opacity of the button container to 0.2, which makes the buttons transparent.

    .avia_cart_buttons {
        opacity: 0.2;
        border-top-width: 1px;
        border-top-style: solid;
        padding: 10px;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }

    Try to set the opacity back to 1.

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.