Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1326537

    Hi,

    I’m trying to put icons in a table in the footer. The footer is another page. However, I can’t figure out how to remove the white background on the icons.

    Site is in the private content

    Thanks

    #1326599

    Hey MikeTandySwag,

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

    #footer-page tr:nth-child(odd), #footer-page .pricing-table>li:nth-child(odd) {
        background: transparent;
        border: transparent;
    }

    Best regards,
    Rikard

    #1326742

    Thanks! That worked! How can I make the spacing smaller between the columns so the icons are closer?

    #1326763

    Hi,

    Please try this CSS as well:

    @media only screen and (min-width: 768px) {
    #footer-page .av_one_half {
        width: 30%;
    }
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.