Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1088930

    Hi,

    after the last update, there are suddenly some new buttons displayed on product overview which shouldn´t be there.

    Please see screenshot for better understanding.

    How can these buttons be removed again?

    Thank you,

    best regards

    #1089427

    Hey mbauercag,

    Please try the following in Quick CSS under Enfold->General Styling:

    .woocommerce-LoopProduct-link .button {
      display:none;
    }

    Best regards,
    Rikard

    #1089462

    Hi Rikard,

    thank you for the answer!

    But the buttons are still visible :-(

    Do you have another idea?

    Thank you!

    best regards

    #1089671

    Hi mbauercag,

    Try using this code:

    #top .avia-content-slider .products.slide-entry-wrap .button {
        display: none;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1089674

    Hi Nikko!

    thank you for your help!

    Now it looks better, but now the button-text isn´t visible anymore. Furthermore, this code only took inpact on the main page, other pages are not affected.

    Can you please have a look again?

    Thank you,

    Best regrads

    #1089694

    Hi mbauercag,

    Can you give us some of the links that aren’t affected?

    Best regards,
    Nikko

    #1089695
    This reply has been marked as private.
    #1090400

    Hi mbauercag,

    Try adding this css code as well:

    #top .avia-content-slider .products .button {
        display: none;
    }

    Best regards,
    Nikko

    #1090402

    Hi Nikko,

    thank you – that works fine.

    Now the last problem is, that these green buttons are also displayed in “related products” on single-product pages.

    Details in private section.

    Thank you very much for your help!

    Best regards!

    #1090826

    Hi,

    Thanks for the update.

    You can add this css code to remove those buttons.

    div .products .product a.button {
        display: none;
    }

    Best regards,
    Ismael

    #1090893

    Hi Ismael,

    thank you very much – that works fine!

    Best regards!

    #1091224

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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