remove hr at the end of the posts

Viewing 7 posts - 1 through 7 (of 7 total)
  • #7736
    ricolaos
    Participant

    Hi evreybody,

    I’m tring to remove the at the end of every post, but I don’t undrestand where is the configuration of that balise (css file ?)
    Thanks for the support,

    Eric

    #7737
    Alexander
    Participant

    Hi Eric,

    It’s not an HR (try and find it in the source :)) but a border. Try this in your CSS:

    div.sharedaddy div.sd-block {
    border-top:0;
    }

    Cheers,
    Alexander @ http://www.mouseclick.com

    #7807
    ricolaos
    Participant

    Hi Alexander,

    First thanks for your support, it really helps !!!
    I tried to add your code in my CSS…it’s not working, still have this border at the end of every post. Any other idea ? I really don’t like this “kind of HR” separation.

    cheers,

    Eric

    #7808
    Alexander
    Participant

    Hi ricolaos,

    Thats because you maybe use the theme social links. Try this one:

    .entry-utility {
    border-top:0;
    }

    Cheers,
    Alexander @ http://www.mouseclick.com

    #7828
    ricolaos
    Participant

    Hi Alexander,

    Still not working…strange ? Still have this border at the end of every post. I copy/paste your code at the end of my style.css file, is it correct ?
    By the way what do you mean by “theme social links” ?

    Rgds

    #7831
    Alexander
    Participant

    Hi ricolaos,

    Do you have a living example to have a look into it?

    Cheers,
    Alexander @ http://www.mouseclick.com

    #7856
    ricolaos
    Participant

    Hi Alexander,

    Unfortunately, I’m working on a local version (using WampServer). I don’t know if it can help, you can take a look at those 2 print screens here : http://bsclaos.com/comptoir/

    Cheers,

    Eric

Viewing 7 posts - 1 through 7 (of 7 total)

Tagged: 

You must be logged in to reply to this topic.