Hi,
I would like to know how to customize an HR tag for Smartphones and tablets, I would like to reduce the size. Or maybe even to hide it…
thanks
Hey albertoty!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.hr { display: none !important; }}
If you point out the changes you would like to make, we can provide you a more accurate custom CSS code
Regards,
Yigit
I thought that I answered before, thanks for the info, very helpful!