Can I change the color of a call to action button on Goran theme?
-
Hi,
I created my blog using the Goran theme.
This theme allows me to add a “call to action” button.So did I.My question is simple: is it possible to change the color of this button with my free plan? I need it to be red.
Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi @1katak1,
You can do it with inline CSS button styles.
https://en.support.wordpress.com/beginning-html/how-to-make-a-call-to-action-button/#inline-css-button-stylesSo here is the example code on how to create a CTA button provided by the Goran support document:
<a href="http://gorandemo.wordpress.com/" class="button">Button</a>
https://wordpress.com/theme/goranTo change that button’s default color to purple, you might do something like this:
<a style="border: #615f8b; background: #615f8b; color: #fff;" href="http://gorandemo.wordpress.com/" class="button">Button</a> -
Hello Paulo,
It worked perfectly and wonderfully!
My warmest thanks and congratulations for you great blog.
-
- The topic ‘Can I change the color of a call to action button on Goran theme?’ is closed to new replies.