Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1517515
Social icons
Closed

Comments

  • naomifnb started the conversation

    Hi, I'd like to add the goodreads icons on my social medias. Is that a possibility? I do believe FontAwesome has it, but I can't figure out how to add it. Thanks!

  •  2,699
    PenciDesign replied

    Hi,

    Currently, this theme doesn't support goodreads social icon. We will add more this social media in the next update of Soledad theme. Please wait for this.


    Best Regards,

    PenciDesign

  •  2,699
    PenciDesign replied

    Hi,

    I just contacted with our developers and they said goodreads maybe can't include in the new version of Soledad. Because currently FontAwesome version 5 does not support to embed it in local host. So, to add this social media. Please use another social media to display it.

    Please do followings steps here to embed it to your site - I will help you modify wechat social media to Goodreads.

    1/ Go to Customize > Social Media Options > on "Wechat" social media > fill the link for your Goodreads.

    2/ Add more this code to Customize > Logo and Header Options > Add Custom Code Inside <head> tag:

    <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">

    3/ Add more this code to Customize > Custom CSS:

    .fa-wechat:before, .fa-weixin:before {
        font-family: 'Roboto', sans-serif;
        content: 'g';
        font-size: 19px;
        position: relative;
        top: -2px;
    }

    4/ Change the code like on this image.


    Best Regards,

    PenciDesign

  • naomifnb replied

    Hi,


    Thank you so much, it worked! I appreciate it.