Upgraded to WordPress 6.0 and have issues? Please check the hotfix which you need to apply.

Okay
  Public Ticket #2198878
hide currency on Special Offer Item
Closed

Comments

  • nicolaciavarro started the conversation

    Dear support,

    finally online :)

    I'm not publishing prices on the site, just photos and products descriptions, for now.

    The question follow:
    I used the nice "Special Offer Item" component" where it is possible not to enter the price but the currency is mandatory.
    From setting the component it is not possible to remove the currency, I believe it is possible to hide it using CSS but I am not very practical. Can you help me please?

    To check, you can scroll the main page up to about half and you will see the products on offer with the euro symbol

    Thanks in advance
    Nicola

  •  228
    Milingona replied

    Hi Nicola,

    You can fix that by pasting the code below into Bakery > Custom Code > Custom CSS:

    .vu_special-offer .vu_so-item-price {
       display: none !important;
    }

    Best regards,


    Milingona Support

    Follow on     Envato     Facebook     Twitter

  • nicolaciavarro replied

    great!

  •  228
    Milingona replied

    Always happy to help you!


    Milingona Support

    Follow on     Envato     Facebook     Twitter