::before Pseudo Element for currency symbol?
-
Is there any problem with using ::before pseudo element to place the currency symbol before the menu item prices globally to save time entering it on each item?
I.e. for the GBP pound sign, I could following in css:
.fdm-item-price:before {
content: “\00a3”;
}Is this seen by schema markup and Google?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘::before Pseudo Element for currency symbol?’ is closed to new replies.