Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1128737

    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!

    #1128815

    Hey Taryn,

    Please try the following in Quick CSS under Enfold->General Styling:

    #footer .avia-button {
      border-color:#fff !important;
    }

    Best regards,
    Rikard

    #1128823

    Thank you, but that’s not having any effect.

    #1128831

    Hi,

    Try this instead:

    #footer .avia-button {
        border: 2px solid #fff;
        padding: 10px;
        margin-top: 10px;
    }

    Best regards,
    Rikard

    #1129015

    That worked – thank you so much! :)

    #1129030

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Some styles in footer not rendering properly’ is closed to new replies.