Weird Numbers Behind Toggle Icons in Firefox

  • Posted in : Responsy WP
  • deci13
    Participant

    I’m seeing weird number characters behind the chevron arrows in my toggles in Firefox: http://www.eci-design.com/services/approach/

    Is there a way to remove these weird number characters?

    ahmetsali
    Keymaster

    Hi, i guess there is a style override by a plugin. Try this custom css code and see if it works for you;

    .accordion-heading .icon-chevron-right:before {
        content: "" !important;
    }
    
    deci13
    Participant

    It works great now! Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘Responsy WP’ is closed to new topics and replies.