Hi,
I'd like to use a different css class for a specific read more link but I can't find how to do this.
It's on this page > http://www.mattguetta.com/tutos-premium/
You need to clik on the thumbnail to see the Read more button.
Thanks,
G
Hi,
I'd like to use a different css class for a specific read more link but I can't find how to do this.
It's on this page > http://www.mattguetta.com/tutos-premium/
You need to clik on the thumbnail to see the Read more button.
Thanks,
G
Fixed!
In case someone wants to do the same here is how:
/includes/helper_templates.php
Find this line (1247) : the_content(__('Read more →','avia_framework')) ;
and replace with: the_content(__('<span class="avia-button red large">'.'Read more →','avia_framework'.'</span>')) ;
By doing that you get the avia big red button include with angular theme :)
++
Thanks for posting your fix mattguetta :)
This topic has been closed to new replies.