Mukul M
asked 9 years ago

Hi
Is there a possibility of removing the navigation arrows from the posts? I want the users to access the related posts via the menu or via the links provided in the post itself, and they will not be neccessarily in a sequence.

Thanks

1 Answers
DominicStaff
answered 9 years ago

To resolve this issue, you can add the following code to the style.css file:

.modal-buttons .left, .modal-buttons .right { display: none; }

Hope this helps !

Powered by DW Question & Answer Pro