Jason Redekopp

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Contact Social Icons Not Rendering Properly #13347
    Jason Redekopp
    Participant

    The font size for these icons was not being called in the theme.

    in reply to: Contact Social Icons Not Rendering Properly #13345
    Jason Redekopp
    Participant

    Appearance – Customize – Custom CSS

    Add the following:

    .fa.fa-facebook, .fa.fa-twitter {
    font-family: “Font Awesome 5 Brands”;
    font-weight: 400;
    font-size: 18px;
    }

    .fa.fa-adn, .fa.fa-bitbucket, .fa.fa-bitbucket-square, .fa.fa-dropbox, .fa.fa-flickr, .fa.fa-instagram, .fa.fa-stack-overflow {
    font-family: “Font Awesome 5 Brands”;
    font-weight: 400;
    font-size: 18px;
    }

    .fa.fa-linkedin {
    font-family: “Font Awesome 5 Brands”;
    font-weight: 400;
    font-size: 18px;
    }

    That fixed the issue.

Viewing 2 posts - 1 through 2 (of 2 total)