I would like to know how to make the currency display like this EXAMPLE: $1200.00, my customer would also like the price to show much much bigger. It is so tiny. Here is a link to the page: rentingfast.com/rentals
Logged
The administrator has disabled public write access.
I also was trying to make the price tag bigger. I've tried to add style tags "currency_price", "pricemoney", "money" and "price" to the site template css file but nothing happens, nothing changes. I'm confused.
Logged
The administrator has disabled public write access.
In order to change price display you need to add #currency_price .money, #currency_price .price to your joomla template css file.
This tags are located in the file /components/com_vehiclemanager/includes/vehiclemanager.css line 1077-1084.
Logged
The administrator has disabled public write access.