Social menu: Use other icons

Home Forums Start Magazine Social menu: Use other icons

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8004
    Anonymous
    Inactive

    Hi, Can a different link be added to traditional social networks with its respective icon?

    Social

    For example, I want to put the URL of web.Whatsapp.com and that it appears with its respective icon. I try to add the WhatsApp class of fontawesome, but the icon overflows

    socialme

    #8010
    Anonymous
    Inactive

    I Solved the problem, in additional css, I put this(icon whatsapp):

    .start_magazine_widget_social   ul li a[href*="api.whatsapp.com"]:before {
        content: "\f232";
    }
    .start_magazine_widget_social   ul li a[href*="api.whatsapp.com"]:hover {
        background-color: #08d11f;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Social menu: Use other icons’ is closed to new replies.