• Resolved kyurmshah

    (@kyurmshah)


    i am using this plugin and i have divi theme installed. i am seeing a triangle mark/icon on attributes on woocommerce product page. i have tried to reset default plugin settings but the mark does not go away.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    The issue is due to the style overridden by the theme.

    Please try to add the below style in your theme’s Additional CSS.

    .thwvsf-wrapper-ul .thwvsf-wrapper-item-li span:after {
       display: none;
    }

    We hope this will help.

    Thank you!

    Thread Starter kyurmshah

    (@kyurmshah)

    added this code to additional css and nothing changed. the issue still exists. please provide alternate resolution

    Plugin Author ThemeHigh

    (@themehigh)

    Could you please add the below style in your theme’s Additional CSS.

    .thwvsf-wrapper-ul .thwvsf-wrapper-item-li span:after { 
       display: none !important; 
    }

    I hope this helps.

    Thank you!

    Thread Starter kyurmshah

    (@kyurmshah)

    perfect that worked.

    Plugin Author ThemeHigh

    (@themehigh)

    Great!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Getting Triangle Mark on Attributes’ is closed to new replies.