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

    Hi,

    I’d like to create a custom hr that is an image file that is full-width. What’s the best way to do this?

    Thanks,
    Gabe

    #331683

    Hi connect4consulting!

    Please turn on custom CSS class for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your element a custom CSS class and then add following code to Quick CSS

    .custom-hr span.hr-inner {
    background-image: url(https://localhost:8888/enfold/wp-content/themes/enfold/images/layout/logo.png);
    height: 20px;
    background-position: 50% 50%;
    border: none;
    }

    Cheers!
    Yigit

    #332521
    This reply has been marked as private.
    #333237

    Hi!

    I have created a private page called “Test page”. Please add following code to Quick CSS and check that page

    .custom-hr span.hr-inner {
    background-image: url(https://108.168.206.108/~probono/wp-content/uploads/2014/10/rainbow-full-hr.jpg);
    height: 20px;
    background-position: 50% 50%;
    border: none;
    }

    I was about to add custom CSS but your website no longer loads on my end. According to http://www.downforeveryoneorjustme.com/ your website is not down though

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.