Tagged: Call to Action button
How can I add a Call to Action button with image inside article? Thank you.
Hi Pavel,
To add call to action button with image inside article you need to add class in <a> tag
<a> tag
For example:- <a class="call-to-action" href="https://www.themehorse.com/themes" title="Our Themes">Our Themes</a>
<a class="call-to-action" href="https://www.themehorse.com/themes" title="Our Themes">Our Themes</a>
Thank you!