Removing Bars at the bottom in Oxygen Theme

  • Unknown's avatar

    I would like to remove ‘recent articles’ and ‘more articles’ bar at the bottom of the page. I understand the Posts go in there, but I have no posts in my site, just pictures that I want to display in Pages and hence these Bars are not useful. what CSS can I use to hide these bars. My website is pendrawings.me

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

  • Unknown's avatar

    Hi there,

    To completely hide those two sections using custom CSS, go to your My Blogs page and click the Customize link under the blog’s title. In the Customizer, open the CSS section and in the CSS editor there, you can enter the following CSS:

    .recent-articles, .more-articles {
    display: none;
    }

    Please let me know how that goes!

    If you’d like to learn more about customizing your theme with CSS, we have tips for getting started here:

    If you have CSS questions, most of our CSS support is done in the CSS Customization forum by expert staff and volunteers:

    https://en.forums.wordpress.com/forum/css-customization

  • The topic ‘Removing Bars at the bottom in Oxygen Theme’ is closed to new replies.