• Resolved elsmacko

    (@elsmacko)


    Hi,

    I wonder if there is any possibility to add customized icons to the social menu (researchgate, xing, google scholar).

    Thank you!

Viewing 16 replies (of 16 total)
  • go to wp-content/themes/moesia/style.css
    line 1021
    .social-widget a[href*=”twitter.com”]::before,
    .social-area a[href*=”twitter.com”]::before {
    content: ‘f081’;
    to:
    .social-widget a[href*=”twitter.com”]::before,
    .social-area a[href*=”twitter.com”]::before {
    content: url(‘images/logotwitter.png’);

    upload your image to: wp-content/themes/moesia/images

Viewing 16 replies (of 16 total)
  • The topic ‘Add Icons to social menu’ is closed to new replies.