Okay
  Public Ticket #1927448
Price presentation
Closed

Comments

  •  10
    epicz started the conversation

    Dear reader,

    Is there a way to add a space between the euro sign and the price? And how can I switch the comma with the dot?

    Kind regards

  •  8,999
    Tahir replied

    Hey Again,

    I am afraid the comma cant be replaced.

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    span.woocommerce-Price-currencySymbol {
        padding-right: 5px;
    }

    Thanks


    ThemeNectar Support Team 

  •  10
    epicz replied

    Worked! Thanks you. Unfortunate the comma can't be replaced, but oh well :).