Jasiek Krowcyk
asked 11 years ago

Hey.

 

I need some help with minion theme. I want to disable related content area:

 

 

I want to disable it in each post. How can I do it? 🙂

 

Please help

Thx

1 Answers
DominicStaff
answered 11 years ago

To resolve this problem, you can log in to Dashboard > Appearance > Editor > open the style.css file. Add the following code.


.related-posts, .post-navigation {
    display: none;
}

Regards,
Dominic

Powered by DW Question & Answer Pro