• Hi, I would like to remove the two boxes at the bottom of my page under my “posts”… The ones that say Author and Prev and Next.

    heartcenter333.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello heartcenter333,

    To make the change you want you can achieve this using custom css. Please add the following custom css to your site via either a child theme or directly from the theme options panel under General Settings -> Custom CSS:

    .post-navigation {
    display:none;
    }
    .author-info {
    display: none;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter heartcenter333

    (@heartcenter333)

    Awesome thank you so much that was perfect! I had one more question if you are able to help… I posted already in the forum about making my text box wider and my sidebar thinner… the link to the question in the forum… https://www.ads-software.com/support/topic/side-bar-help-7/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Author bar at bottom of posts…’ is closed to new replies.