Remove grey underline at mobile
-
How can I remove the grey underline on mobile? Just swipe with your hands and not see that line. I tried to find it in CSS but cannot find it.
Attachments:
You must be
logged in to view attached files.
Hello,
I have submitted the case to our developers we will get back to your asap.
If you have any questions please feel free to contact us.
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-tabs.wd-products-tabs ::-webkit-scrollbar {
display: none;
}
Best Regards