Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #212182

    Hi there,

    I like to customize a line, like you do on Kriest.at (the one with the small star in the middle). Does anybody know how to make them? I like to replace the star for our company image.

    Regards,

    David

    #212366

    Hey David!

    Use the “Short Separator” then add this on Quick CSS or custom.css:

    .hr-inner {
    width: 100%;
    position: absolute;
    height: 1px;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -1px;
    border-top-width: 1px;
    border-top-style: solid;
    }
    
    .hr-short .hr-inner-style {
    border-radius: 20px;
    height: 34px;
    width: 34px;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    line-height: 33px;
    text-align: center;
    border: none;
    }
    
    .alternate_color .hr-short .hr-inner-style:before {
    color: #42a0bd;
    }
    
    div .hr-short .hr-inner-style:before {
    content: '\E808';
    font-family: 'entypo-fontello';
    }
    
    .hr-short .hr-inner-style:before {
    font-size: 13px;
    color: rgb(66, 160, 189);
    }

    Regards,
    Ismael

    #212378

    Sorry, where can I find the ‘short separator’?

    #212391

    Hi!

    In Avia Layout Editor, please add Horizontal Ruler element and choose Short Seperator http://i.imgur.com/k9XxBMH.jpg

    Regards,
    Yigit

    #212401

    Ahhhh, didn’t know there were option too. :-) I see it know, but need to add our logo in the middle. It’s below the line now. See http://www.cadeaugolf.nl at the bottom part of the page.

    #212624

    Hi!

    You can try to replace the content value with the image url:

    div .hr-short .hr-inner-style:before {
    content: url(IMAGE URL HERE);
    font-family: 'entypo-fontello';
    }

    Regards,
    Ismael

    #212663

    Thanks guys! It worked. Enfold rocks!

    #212678

    Hey!

    Thanks for the kind words :)

    Cheers!
    Peter

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘how to customize lines’ is closed to new replies.