How can i edit price font, font size and add the currency after the price on "Featured collection"

On the home page “Featured collection” section right now the price shows like this:

:

But i want it to show just 9€. I dont want the “,00” behind the number. We only have integers as prices. The “€” has to be after the price with no space between the price and currency. Right now it shows up like this €9,00 i want it to be 9€

Also we want to change price font and font size.

Thank you!

@Juan786

As for the currency formatting. Go to your Store - > Setting - > General → Store currency → Click on currency formatting

Change your formatting.

Also for the font size of price, add the following code.

.template-index .price{
font-size: 18px;
}

You can change the font size as per your need.

Let me know which font you want for the prices.

Thanks!

Thanks for assistance!

where do i add that code?

Hi, where should i paste this code? i need to size up my font price.