Hello,
Could you please clarify with more details what exactly you want to do with footer blog post links? Please show a screenshot.
To change background color of social media icons use this code in custom.css file:
.main-footer.text-color-light .menu-social-icons li a i {
background-color: #1E73BE !important;
}
To add your links you need edit the file wp-content/themes/royal/framework/shortcodes.php (from line 1727 to 1771).
For example, you’ll see the code for Twitter icon:
<a href="https://twitter.com/share?url='.$permalink.'&text='.$post_title.'" class="'.$tooltip_class.'" title="'.__('Twitter', ETHEME_DOMAIN).'" target="_blank">, to add your Twitter link you need replace the code https://twitter.com/share?url='.$permalink.'&text='.$post_title.'.
Thank you.
Regards,
Eva Kemp.