Social share to blogs

Hi Themeco,

How to get rid of the arrows that take the user through all the different blog posts on the blog page.

Hello Carolina,

Thanks for asking. :slight_smile:

Please use following CSS under Pro > Theme Options > CSS:

.x-nav-articles {
    display: none;
}

Here are some related links for further reading:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.