• 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)
  • Hi @dozza,

    I don’t know if Google’s scraping software will recognize this. But the actual menu content is not marked up in any rich format, so you won’t lose anything on that front.

Viewing 1 replies (of 1 total)
  • The topic ‘::before Pseudo Element for currency symbol?’ is closed to new replies.