Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #729112

    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

    #729158

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.