Horizontal Rule Issues in Oxygen Theme

  • Unknown's avatar

    Hello —

    I’ve tried to add a <hr /> tag to a page on my blog, but it doesn’t seem to be showing up. Is this an issue with my theme? If so, how do I change my theme’s CSS so that horizontal rules will show up? Thanks.

    Blog: http://pnyengage.org

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Yes, the CSS of the theme is missing the bg color. An hr is just a thin empty strip: it’s invisible unless you add a bg color (or a border). Add this:

    hr {
        background-color: #bbbbbb;
    }

    (bbbbbb is the default grey of the borders on Oxygen).

    But before worrying about dividers, you should fix your homepage: it’s dislocated, because you deleted the sample “Hello World” post without replacing it with something else. You should publish a post, or create a static page and set the blog front to display that page.

  • Unknown's avatar

    Re: homepage — Oh, definitely. Blog is a work in progress, far from finished. Thank you for your concern, though. :)

    And thank you for your help!

  • The topic ‘Horizontal Rule Issues in Oxygen Theme’ is closed to new replies.