Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #162262

    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?

    #162297

    I´d be interested too how that can be done the best way

    #162750

    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

    #162807

    And in case of an Entypo character? You can´t just replace the background image URL with the character code, right?

    Cheers
    Michael

    #163160

    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

    #163483

    Thanks Devin. Will try that. I think Kriesi did something like that on his new site.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Custom Horizontal ruler?’ is closed to new replies.