Archived topic
How can I make the currency symbol smaller?
3 replies · Started by Juan on July 13, 2021
How can I make the coin symbol in the attached image smaller?
I am using GenerateBlocks premium
You can find the table here: Price Table
Hi Juan,
The site isn't loading on my end. Can you check and confirm if it's up?
To help you out: is this table a custom HTML? If yes, is the coin currency symbol within it's own span element, separate from the value? If not, can you set them on their own separate span container?
This way we can specifically target the coin currency symbol because if the symbol and the value are all in 1 element as 1 whole string, the CSS we're going to add will affect all of them.
It loads perfect.
I made the table with GenerateBlocks, it is a layout from the plugin itself.
The simbol and the number are the same text, not separately.
You may have to edit the block's HTML so we can add class selector or directly style it with inline style.
Example video here - https://share.getcloudapp.com/QwuArKQo
In this video, I inline styled the currency. You can go w/ class selectors instead if that's the preferred way. :D