Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Currency symbol span above price on Safari / Chrome

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #250141
    jknetdesign
    Participant

    http://www.markbpeterson.com/

    The Featured Listings section there’s an out of place span above the price, I tried inspecting and don’t know what selector to edit.

    .widget .listing-wrap .listing-thumb-meta span
    

    or

    span.currency-symbol
    
    #250179
    jknetdesign
    Participant

    Is anyone available for help on this?

    #250189
    jknetdesign
    Participant

    I added this top top of CSS temporarily but there’s got to be a better solution because it feels weird just adding a display: none

    span.currency-symbol {
      display: none !important;
    }
    
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.