Read more button and pictures

Good evening,

first i had the problem, that the “read more” button isn’t visible. I found the solution here: https://colorlibsupport.com/t/more-link-not-visible/
Now the button is visible on my page www.meetgod.de
But the problem is, the picture which i set upon the “read more line” aren’t shown anymore. If i remake everything the pictures are shown but than the read more button is again invisible. How can the pictures, which i set upon the read more line, be at the page while the read more button is also visible?

having the same problem please help

Hi @nics10,

I hope you are well today and thank you for your question.

Now the button is visible on my page http://www.meetgod.de But the problem is, the picture which i set upon the “read more line” aren’t shown anymore. If i remake everything the pictures are shown but than the read more button is again invisible

Do you want to display image on read more button?

If yes then you can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

a.btn.btn-default.read-more {
    background: url('http://www.clker.com/cliparts/a/9/0/0/1194984762373696923pill-button-red_benji_pa_01.svg.hi.png') no-repeat;
    background-size: 100%;
}

Please change the image URL in the above code to whatever you want to display on it.

Best Regards,
Movin

@diogorocha Have you tried using the solution posted in the following reply?

https://colorlibsupport.com/t/more-link-not-visible/#post-49547