• I would like to substitute an image for the line you can see below each of my entries. Where would I look for the code to change this, please? Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello

    The way I do it is to use this in the .css file:

    div.hr {display: none}
    /*/*/a{}
    div.hr {
    display: block;
    height: 10px;
    background-image: url(images/hr.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 1em 0 1.5em 0;
    }
    hr {display:none}/* */

    Than I make an image of a seperator or line, and use this in the html

    <div class="hr"></div>

    As far as which theme files you place that in, they are going to be index.php, archive.php and so on… wherever posts are listed one after the other via the loop.

    Thread Starter pinkaura

    (@pinkaura)

    Thank you for that, I will try it asap!

    Thread Starter pinkaura

    (@pinkaura)

    I have the separator in there, but the hr is still there as well, even with taking it out in the .CSS. Where is it called in from? I can’t find it on any of the theme files. It must be in Word Press somewhere?

    Actually that line is NOT a hr, it comes from here:
    #body .post {
    border-bottom: 1px solid #Ff8a9c;

    Thread Starter pinkaura

    (@pinkaura)

    Thank you for that…I will fix it tomorrow. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Entry separator’ is closed to new replies.