Jimmy Vu Member Jun 7, 2020 #1 Hello, I would like to change the Share button on thread to another image with text for better eye catching. The default button is very small. How can we do that? Thank you
Hello, I would like to change the Share button on thread to another image with text for better eye catching. The default button is very small. How can we do that? Thank you
Mian Shahid Well-known member Jun 7, 2020 #2 Try this in i think template thread_view Replace as Upvote 0 Downvote
l3ta Well-known member Jun 7, 2020 #3 Put this is extra.less: .fa-share-alt::before { content: url(https://www.allsmileys.com/files/kolobok/phil/4.gif);} Replace the image url with your own. Upvote 0 Downvote
Put this is extra.less: .fa-share-alt::before { content: url(https://www.allsmileys.com/files/kolobok/phil/4.gif);} Replace the image url with your own.
Jimmy Vu Member Jun 7, 2020 #4 l3ta said: Put this is extra.less: .fa-share-alt::before { content: url(https://www.allsmileys.com/files/kolobok/phil/4.gif);} Replace the image url with your own. Click to expand... It works. Thanks alot Upvote 0 Downvote
l3ta said: Put this is extra.less: .fa-share-alt::before { content: url(https://www.allsmileys.com/files/kolobok/phil/4.gif);} Replace the image url with your own. Click to expand... It works. Thanks alot
Jimmy Vu Member Jun 7, 2020 #5 Mian Shahid said: Try this in i think template thread_view View attachment 227160 Replace as View attachment 227161 Click to expand... Thank you very much, but I would like to use my own image Upvote 0 Downvote
Mian Shahid said: Try this in i think template thread_view View attachment 227160 Replace as View attachment 227161 Click to expand... Thank you very much, but I would like to use my own image