How to make social icons bigger?
-
Im using sixteen theme on my website, how do i make my social icons bigger.
here is the link to my site : https://westernguarantycorp.combelow are my codes:
<div style=”width:2000px;”>
<?php if ( of_get_option(‘facebook’, true) != “”) { ?>
<a target=”_blank” href=”<?php echo esc_url(“https://www.facebook.com/WesternGuarantyCorporation/app_665181273533861”, true);
?>”
title=”Facebook”> <img src=”https://westernguarantycorp.com/wp-content/uploads/2014/03/like-us.jpg”; ?><?php } ?><?php if ( of_get_option(‘feedback’, true) != “”) { ?>
“
title=”Feedback”> <img src=”https://westernguarantycorp.com/wp-content/uploads/2014/03/we-value.jpg”; ?>
<?php } ?>hope someone could help me with this.
thanks
- The topic ‘How to make social icons bigger?’ is closed to new replies.