Home Forums WoodMart support forum product display

product display

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #361354

    Pila Stone
    Participant

    For me, a price notice is displayed for the products behind the icons for e.g. Cart, Wishlist etc.
    See photos. How can I change this?

    Attachments:
    You must be logged in to view attached files.
    #361566

    Bogdan Donovan
    Keymaster

    Hi,

    A plugin that you use adds its content directly inside “add to cart” button. In the product hover that you have choosen, there is no place for any additional content that can be added by the plugin.

    There are two different solutions to this situation:

    1. Hide plugin content in the product hovers via following custom code

    .product-grid-item .wc-gzd-additional-info {
    	display: none;
    }

    2. Use other, more simple product hovers like Standard Button (https://woodmart.xtemos.com/shop/?opt=button_standard) that has a close structure to the Woocommerce default theme “Storefront” to guarantee better third-party plugin support.

    Kind Regards

    #361574

    Pila Stone
    Participant

    Hello,
    To 1)
    Where exactly should I put the code?

    Regarding 2) How can I use the simpler product hover like the standard button? Do I have to change the theme for this or where do I have to set something?

    Thanks,

    #361681

    Bogdan Donovan
    Keymaster

    1. Code needs to be placed in the Global Custom CSS area in Theme settings (https://prnt.sc/nsQMKGpf5RrZ).

    2. Product hover design can be changed in Theme settings => Product archive => Product styles (https://prnt.sc/XXsZjDEvefq7).

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)