Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #831107

    allcal
    Participant

    All the tabs on single product pages have an orange highlight or box shadow when clicked ***Only on Mozzilla firefox browser****. This doesn’t happen on safari or chrome. The tabs that say “overview”, “specifications”, etc…

    How can I remove that from happening on Firefox?

    Example product page:
    http://printmorespendless.com/allcal/product/pt-9800pcn/

    #831439

    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > CSS.

    a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus {
        outline: none;
    }

    Hope that helps. 🙂