Home Forums WoodMart support forum Remove grey underline at mobile

Remove grey underline at mobile

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #418906

    info@donnajacky.nl
    Participant

    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.
    #419023

    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

    #419400

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wd-tabs.wd-products-tabs ::-webkit-scrollbar {
    	display: none;
    } 

    Best Regards

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