Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #280258

    Is it possible to use a custom png line instead of the default short separator when using the Separator/Whitespace element?

    #280287

    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

    #280296

    Perfect!! Thanks so much for your quick help-you guys are great.

    #280298

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Custom Lines’ is closed to new replies.