glenng Hi

It's not icon, just use this image as background: /templates/gk_appetit/images/btn-special.png

and show the text above it.

    saguaros Thank you! One more question, please. How can I edit the Social button links? I checked everywhere but i can't find it.

      Hi, glenng
      Please replace these files from a zip file below, you can read all file paths in paths.txt.
      Then access administrator > system > site templates styles > gk_appetit > social api, scroll down and you will see the config for social links, edit these links and save.
      The links will be displayed and open in a new window on the home page.


      Regards,

      add-social-links.zip
      9kB

        vangogh Thank you! I did that. And is there a way to change Twitter icon with X?

        You can try the following custom css:

        .fab.fa-twitter{
        	font-family:sans-serif;
        }
        .fab.fa-twitter::before{
        	content:"š•";
        	font-size:1.2em;
        }
        #gkSocial.share-open .gkSocialWrap > a.twitter {
            background: #000000 !important;
            color: #fff;
        }
        10 days later
        Write a Reply...
        You need to Login to view replies.