Iām writing here because, even though I am a Gavick subscriber, I can't access the GK Joomla templates section. How can I change the 'Book a Table' icon on the 'https://www.gavick.com/joomla-templates/appetit' site? See: https://ibb.co/X5sMFFg
How to change 'Book a Table' star icon?
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
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
thank you!
saguaros locked the discussion.