Is it possible to use a custom png line instead of the default short separator when using the Separator/Whitespace element?
Hey!
Try adding this code to the Quick CSS:
.hr-inner {
border-color: transparent !important;
}
.hr-inner{
background: url(_CUSTOM_PNG_HERE_) top center no-repeat transparent;
height: 20px;
}
Cheers!
Josue
Perfect!! Thanks so much for your quick help-you guys are great.
You are welcome, always glad to help :)
Regards,
Josue