How can I remove that arrow on the side of the page from my posts?
Hi Guilherme,
Please try the following in Quick CSS under Enfold–>General Styling:
.avia-post-prev, .avia-post-next {
display:none !important;
}
If that is not what you are looking to hide then please link to your site and explain a bit further.
Best regards,
Rikard
That’s exactly what I wanted to hide. Thanks, it worked just fine!