Custom Social Icon Sizing

The default size for social icons used in Depth is small, you can increase the size of the icons by adding the CSS below into the Settings > Code > CSS box.

[class^="social"],[class^="social"]{ font-size: 26px; }

Adjust the 26px value as needed.

Was this helpful?