Enlarge the social icon in top bar

I tried the code shown here but it makes no change to the size of the social icon. I have found similar code elsewhere but none seem to work on my site. Any ideas. www.loxalucieheadwaters.org

Thanks
Sue

Hi Sue,

You can try using the CSS below.

.fl-page-bar {
    padding-top: 10px;
    padding-bottom: 10px;
}
.fl-page-bar .fl-social-icons i.fas,
.fl-page-bar .fl-social-icons i.fab {
    font-size: 26px;
}