How do I make the icon for the icon box bigger when you choose to display them on the top you get the color circle with the icon in the middle when you display on the left the icons are pretty small. Basically how do you make the icons bigger when placed to the left and how do you change the color of the icons. Thanks in advance
Hey Nelson!
Try adding this code to the Quick CSS:
.social_bookmarks li a {
font-size: 24px;
color: red !important;
}
Modify as needed.
Cheers!
Josue
No go on the code I entered it flushed the cache no change.
Hi,
Can you post the link to your website please?
Regards,
Josue
Im trying to enlarge the icons and change the color of the icons.
You have a typo on your Quick CSS that’s nullifying the new code:
Cheers!
Josue
The code worked but it made the social media icons larger. I was trying to enlarge the icon box icons and change the colors.
Try with this:
.iconbox_icon {
font-size: 37px;
width: 35px;
color: red !important;
}
Best regards,
Josue
Looks good thanks for the help
You are welcome, always glad to help :)
Regards,
Josue