I’m wondering if you can give me an idea of why this is happening.
On some pages, for example http://healthychildrenofdivorce.net/class_list.php, in the footer, in all three columns below the books, there are links to buy the book on Amazon. On this example page, those are appearing as regular links – they are supposed to be buttons.
On other pages, for example http://healthychildrenofdivorce.net/, you can see that in the footer, those Amazon links are rendering correctly as buttons.
Any thoughts on why those links are rendering as plain links in the first example instead of buttons?
Thanks!
Hey Taryn,
Please try the following in Quick CSS under Enfold->General Styling:
#footer .avia-button {
border-color:#fff !important;
}
Best regards,
Rikard
Thank you, but that’s not having any effect.
Hi,
Try this instead:
#footer .avia-button {
border: 2px solid #fff;
padding: 10px;
margin-top: 10px;
}
Best regards,
Rikard
That worked – thank you so much! :)
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon