• Resolved meetjillmorris

    (@meetjillmorris)


    how do i get the </hr> to work? I created a child theme and added this…

    hr {
    border: 0;
    border-bottom: 1px dashed #ccc;
    }

    but nothing happens.

    Jill

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you post a link to a page that has an <hr> that isn’t displaying correctly?

    Thread Starter meetjillmorris

    (@meetjillmorris)

    jtotheill.com

    thanks

    I didn’t see any <hr>s on the site you linked, but I might have missed it. Can you post a link to a page on your site that has an <hr> that isn’t displaying correctly so I can see what might be happening?

    Hi meetjillmorris,

    First you need to know which page template is triggered. Then you need add <hr id=””> tag in appropriate page template.

    It seems you had assigned LEADERSHIP PHILOSOPHY page as a front page, so you need to add <hr> tag in page.php
    see Template heirarchy

    Note: Please use child theme to add custom css, otherwise your changes will be lost on theme update.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘tag’ is closed to new replies.