Okay
  Public Ticket #2598263
FTC Product
Closed

Comments

  • Kenya S whitfield started the conversation

    Good evening,

    i was working in Minimalist 17 and the feature products section, has gone away and it glitches when I was bale to hover over it. Are there some directions to assist with this. Also, how do you change the currency from franks to US dollars?

  •  2,567
    Kevin replied

    Hi Kenya S whitfield  !

    Go to Appearance-> Customize-> Additional CSS and add the following css


    body:not(.archive) .products.animation-shop .ftc-product.product {
        opacity: 1;
        animation: none;
        transform: none;
    }

    thanks

  • Kenya S whitfield replied

    Thank you. also, how do you change the currency to US dollars? And my featured products keep showing New or Sale..how do you remove this as well?

  •  2,567
    Kevin replied

    Hi Kenya S whitfield !

    Go to Woocommerce-> Settings-> general to set the currency
    # Go to Theme options-> Ecommerce-> Woocommerce and leave the labels blank on the Product label here

    thanks