Home Forums WoodMart support forum Change icon for social icon

Change icon for social icon

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #153912

    horny_fungus
    Participant

    Hi, I want theme’s element called “social buttons” to use another Font Awesome icon for Pinterest. When I select default button style this icon is used – https://fontawesome.com/v4.7.0/icon/pinterest
    I need this one instead – https://fontawesome.com/v4.7.0/icon/pinterest-p
    It is even included into your light version of Font Awesome but I haven’t found any way to use it.

    #153932

    Hello,

    Do you mean icons in the footer? Please provide your site admin access I cannot log in with the credentials you provided.

    Best Regards

    #153934

    horny_fungus
    Participant

    Here it is:

    #153968

    Hello,

    I cannot log in.

    1. Please add a Custom HTML widget to the footer https://prnt.sc/pquckb

    2. Insert this code:

    <div class="footer_icons">
    	<a href="#"><i class="fa fa-instagram" aria-hidden="true"></i>
    	</a>
    	<a href="#"><i class="fa fa-pinterest-p" aria-hidden="true"></i>
    	</a>
    </div>

    4. Insert this code into the Theme Settings > Custom CSS:

    body .custom-html-widget .footer_icons a{
        color: red;
    		font-size:20px;
    }

    Set the styles as per your needs.

    Best Regards

    #154436

    horny_fungus
    Participant

    I’m afraid that won’t work for me as I am using html block for footer. If I add social buttons via widget I won’t be able to control it’s placement properly.

    #154475

    Hello,

    You can just try and we shall correct the alignment if necessary.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)