remove

Posted in: Newspaper
Post count: 62

how i can remove this form related posts

<div class=”td-next-prev-wrap”><i class=”td-icon-font td-icon-menu-left”></i><i class=”td-icon-font td-icon-menu-right”></i></div>

Post count: 23312

Hello javid,

Use the code below and place it in Theme panel -> Custom CSS area.

.td_block_related_posts .td-next-prev-wrap{
display:none;
}

The result is here -> https://www.screencast.com/t/Q0PZzZZz

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.