• Resolved clkawell95

    (@clkawell95)


    For my cite, I do not use Featured Posts. However, every time I update AccessPress Lite, the generic featured posts appear on my home page and I cannot get rid of them without going into “index-one.php” and deleting the code that generates them. I know there is probably a simple solution, but how do I keep the featured posts from appearing on my site after every AccessPress update?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there!

    We appreciate you writing in

    Please go to your dashboard > appearance > theme option > tools > custom css
    then add this css code:

    #mid-section {
        display: none;
    }

    Then it will be not appeared in future theme updates.

    Thank you.

    Thread Starter clkawell95

    (@clkawell95)

    That’s working, thanks!

    Hi there!

    Thank you for writing in

    Please let us know if there is anything else we can help out with
    we will assist you the best we can.

    And also,could you please do us a favor?
    Please support us by rating and reviewing our themes here.
    So that many people can know of us.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Getting rid of Featured Posts’ is closed to new replies.