Call to action button issue
- The topic ‘Call to action button issue’ is closed to new replies.
Need help? Check out our Support site, then
My call to action section is not working properly – My text shows up but when I add the buttons in CSS, One stays up with the text and the other underneath. How do I get them both together?
Here is the code I used from the theme setup page:
Build your <strong> business </strong> with <u> my support </u> and <u> amazing free resources </u>!
<a href="http://thefourdemo.wordpress.com/">Button</a>
<a href="http://thefourdemo.wordpress.com/">Button Minimal</a>
Can you help?
Sarah
The blog I need help with is: (visible only to logged in users)
Hi Sarah,
Please try the following content:
Build your <strong> business </strong> with <u> my support </u> and <u> amazing free resources </u>!
<a class="button" href="http://thefourdemo.wordpress.com/">Button</a>
<a class="button-minimal" href="http://thefourdemo.wordpress.com/">Button Minimal</a>
You need to add class=”button” or class=”button-minimal” to the link to make it appears as button/button minimal.