Hi, at the bottom of my site is a Facebook button which is too small. Is it possible to make it bigger and maybe colorful that it is easily seen? Thanks!
Hey nadinedomnink,
Please try the following in Quick CSS under Enfold->General Styling:
#footer .av-social-link-facebook a:before {
font-size:30px;
color:red;
}
Best regards,
Rikard
It’s not working…
Hi,
You can try this:
#footer .av-social-link-facebook a:before { font-size:30px !important; color:red !important; }
Best regards,
John Torvik