Hi guys,
I am trying to remove the layerslider border from http://codelessme.com/sparc
I did take a look at and try what was found at https://kriesi.at/support/topic/remove-layer-slider-borders/ and nothing mentioned there worked.
A little help.
Cheers
David
Hey!
Try adding this code to the Quick CSS:
#footer {
box-shadow: none !important;
border: 0 !important;
}
Cheers!
Josue