I’m using the ethos demo and for some reason all my text is underlined when viewing my website on small screens (see screenshots) how do i remove this?
Thanks for writing in! Upon checking your site, it is working fine. It is being underlined because you have added a custom css in the settings tab, Settings > Custom CSS
.site{
text-decoration:underline;
}
Please remove this code and this issue will be resolve.
Please let us know how it goes.