I have tried to take off the right arrow after the Read more link in the archive page. I am using the Aviva Layout Builder to bring in posts from a category.
I can’t take it off via CSS or via the loop files or find it in the archive.php file. Please advise how to remove it. I have looked up older support tickets on this and still not found a working answer to the issue. Your help would be appreciated.
Thank you
Hey helban,
To hide the arrow next to read more link please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.more-link-arrow {
display:none;
}
Best regards,
Vinay