badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

How to remove link to next post at footer?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4628
    alphadeck
    Participant

    Hello,

    First of all thanks for the theme. I was wondering on the blog post pages, how to remove the bottom section that shows details of the post date, and links to other posts?

    http://prntscr.com/1xg68s

    Thanks.

    #4675
    Sanjip Shah
    Participant

    @alphadeck In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on save all changes.

    .entry-meta-bar {
        display: none;
    }
    .single #content ul.default-wp-page {
        display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.