• How can we add more social icons like Medium? Linkedin, facebook, Instagram are working by default when I just write Linkedin on the name. But Medium does not. How can I add it?

    Thanks!

Viewing 1 replies (of 1 total)
  • Hello there,

    As medium icon hasn’t yet been included in the theme’s stylesheet, you’ll have to add this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .social-links a[href*="medium.com"]::before,
    .social-menu-widget a[href*="medium.com"]::before {
    	content: '\f23a';
    }
    
    .ca-social-buttons a[href*="medium.com"] {
      background-color: #000;
    }
    

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘Add More Social Icons’ is closed to new replies.