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 #2444595
block title icon
Closed

Comments

  • vilmantux11 started the conversation

    Hi, i wanna add icon to social-counter and when i adding icon it's didnt showing.

    i found in source code:
    <h3 class="penci-block__title"><span><i class="fa-pos-left fas fa-share-alt-square"></i>JP SOCIALINIAI TINKLAI</span></h3>


    problem is at <i class="fa-pos-left fas fa-share-alt-square">< if i replace fas with fa it's starting working, how to fix it?

  •  501
    Penci replied

    Hi,

    Please send me url of your website. I will check it help you


    Best Regards,

    PenciDesign

  • vilmantux11 replied

    hi, we have website in server, you can access it with name jp.lt but you have to add to your /etc/host file this line: 

    37.156.220.156  jp.lt

  •  501
    Penci replied

    Hi,

    Please go to Customizer > Addtional CSS then add custom css to do that

    .fas {
        font: normal normal normal 14px/1 FontAwesome !imporant;
    }

    Best Regards,

    PenciDesign