Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #741841

    hi, i use a enfold social share icon here: http://imgur.com/a/aRqDP

    how can i use this big share icon: http://www.lowcarbx.com/wp-content/uploads/2016/12/a145.jpg instead of the small one to share my site on facebook? can you please help me with the code :) I only want to use this big share icon an this one page. all other icons on other pages sould stay in the normal size :)

    Greetings, Alexander

    #741844

    And i try to disable the mouse over effect for this icon. http://imgur.com/a/WikuP

    #743918

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .home .av-share-box ul li a:after {
        content: ' SHARE';
        margin-left: 10px;
    }
    .home .av-share-box .avia-related-tooltip.avia-tt {
        display: none!important;
    }
    

    Best regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.