Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #62868
    Luchino
    Member

    Hello,

    Everyday i grow my knowledge on the Chicago Theme and probably will be the time which free version will be completed (as a videogame) and then i’ll have to upgrade to pro…

    A questions:
    I had read the guide: How do I add the Social Links to Social Menu? #

    How to add other personal icons? At example the icon for a Chat or for a Forum or other… Is that in pro version?

    Best regards,
    Luca

    #63414
    Sakin
    Keymaster

    @Luchino: No there is no option to add in custom social icons in Pro version. It’s same with free one.

    So, the solution to add Chat or forum will be. First, edit your social menu and add Chat and Form custom link. In that custom link give the class. For example, for chat give it as socialchat and forum as socialforum, see this screenshot https://www.pinterest.com/pin/548594798337320151/ and add the following css in your Child theme style.css file. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/

    .social-menu ul li.socialchat a:before {
        content: "\f108";
    }
    .social-menu ul li.socialforum a:before {
        content: "\f108";
    }
    #63433
    Luchino
    Member

    @Sakih thank you it worked 🙂 i used also the the vertical-align tag for better displaying 🙂

    #63714
    Sakin
    Keymaster

    @Luchino: Cool… Thanks 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Social Icon..How to add other?’ is closed to new replies.