Tagged: kriesi2 / uRH8Lgc1kb
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
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
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