Hi, I tried the following code to make the social icons in the header (in Enfold) larger and it didn’t work… can you help me.
I tried
#top .social_bookmarks li a {
font-size: 14 px;
}
Any help would be greatly appreciated!
I figured it out. The code needs to be:
#top .social_bookmarks.icon_count_3 {
font-size: 14px;
}
because I was using 3 icons.
Duh! Sorry to bother you!!!