Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #883821
    robotpants
    Participant

    Hello!

    I am having a HELL of a time trying to find the CSS that’s driving the color highlight in the shop. See private message for details!

    I’ve spent like 15min in the FF inspector and nothin’

    #883826
    robotpants
    Participant
    This reply has been marked as private.
    #884257
    Zeshan
    Member

    Hi there @robotpants,

    Thanks for writing in!

    This color is added by the browser itself of the <mark> HTML tag (see: http://prntscr.com/askb6a). To remove this styling, add following CSS under Custom > CSS in the Customizer:

    .product mark.count {
      background-color: transparent;
      color: inherit;
    }
    

    Hope this helps. 🙂

    Thank you!

  • <script> jQuery(function($){ $("#no-reply-883821 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>