Is it possible to change the dot in the middle of the Horizontal ruler (short separator)?
How do I change it to png image or is it possible to change as Entypo character?
I´d be interested too how that can be done the best way
Hey,
You can add something like this on your custom.css or Quick CSS:
.hr-short .hr-inner-style {
border-radius: 20px;
height: 30px;
width: 30px;
border-width: 2px;
border-style: solid;
display: block;
position: absolute;
left: 50%;
margin-left: -10px;
margin-top: -15px;
background: url('http://jobs.timeshighereducation.co.uk/magazine/graphics/web_icon_big.gif') no-repeat center;
}
Regards,
Ismael
And in case of an Entypo character? You can´t just replace the background image URL with the character code, right?
Cheers
Michael
Hey Michael!
Correct. The font wouldn’t work as a background image but you could use it with the before or after pseudo class.
Regards,
Devin
Thanks Devin. Will try that. I think Kriesi did something like that on his new site.