• Resolved kassidymefford

    (@kassidymefford)


    When my featured listings show, there is a greyed out box where the currency symbol goes, however, I don’t want the symbol there or the greyed-out box. How can I remove this?
    Thanks:)

Viewing 1 replies (of 1 total)
  • Plugin Author agentevolution

    (@agentevolution)

    This is because your theme is trying to apply styling to the empty HTML element. You can use CSS to hide the element.

    .listing span.currency-symbol {display: none;}

Viewing 1 replies (of 1 total)
  • The topic ‘Currency Symbol space’ is closed to new replies.