General shopowner conversation that doesn’t quite fit into other sections.
Talk shop, share experiences, and connect with fellow Phoenix store owners.
burt
Core Team
Posts: 4551 Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
: Buy Me A Beverage
Has thanked: 252 times
Been thanked: 412 times
Post
by burt » Fri May 08, 2026 8:26 am
Instagram
lint-insta.png
Code: Select all
<a href="https://insta.com" class="text-decoration-none">
<span class="fa-stack">
<i class="fas fa-square text-white fa-stack-2x"></i>
<i class="fab fa-square-instagram fa-stack-2x"
style="background: linear-gradient(45deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;">
</i>
</span>
</a>
You do not have the required permissions to view the files attached to this post.
burt
Core Team
Posts: 4551 Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
: Buy Me A Beverage
Has thanked: 252 times
Been thanked: 412 times
Post
by burt » Sat May 09, 2026 8:16 am
Youtube
lint-yt.png
Code: Select all
<span class="fa-stack">
<i class="fas fa-square text-white fa-stack-2x"></i>
<i class="fab fa-square-youtube fa-stack-2x" style="color: #FF0000;"></i>
</span>
You do not have the required permissions to view the files attached to this post.
martindavinci
Member
Posts: 38 Joined: Mon Mar 08, 2021 8:33 am
Phoenix Version: 1.1.0.5
Has thanked: 2 times
Post
by martindavinci » Sun May 10, 2026 4:11 pm
In my shop, the “background” remained dark because it was causing issues in my user.css. This is how I fixed it:
<i class="fas fa-square text-white-1 fa-stack-2x" style="color: #fff;"></i>
burt
Core Team
Posts: 4551 Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
: Buy Me A Beverage
Has thanked: 252 times
Been thanked: 412 times
Post
by burt » Sun May 10, 2026 4:33 pm
LinkedIn
lint-in.png
Code: Select all
<span class="fa-stack">
<i class="fas fa-square text-white fa-stack-2x"></i>
<i class="fab fa-linkedin fa-stack-2x" style="color: #0A66C2;"></i>
</span>
You do not have the required permissions to view the files attached to this post.
burt
Core Team
Posts: 4551 Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
: Buy Me A Beverage
Has thanked: 252 times
Been thanked: 412 times
Post
by burt » Mon May 11, 2026 9:15 am
X , the artist formerly known as Twitter
lint-x.png
Code: Select all
<span class="fa-stack">
<i class="fas fa-square text-white fa-stack-2x"></i>
<i class="fab fa-square-x-twitter fa-stack-2x" style="color: #000000;"></i>
</span>
You do not have the required permissions to view the files attached to this post.
burt
Core Team
Posts: 4551 Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
: Buy Me A Beverage
Has thanked: 252 times
Been thanked: 412 times
Post
by burt » Tue May 12, 2026 6:25 pm
On Fire
lint-fire.png
Code: Select all
<span class="fa-stack">
<i class="fas fa-circle fa-stack-1x"
style="color:#e05a00; -webkit-text-stroke: 3px #cc4f00;"></i>
<i class="fas fa-fire fa-stack-2x" style="color:#ff6a00;"></i>
</span>
Notice, three fire colours....
You do not have the required permissions to view the files attached to this post.
burt
Core Team
Posts: 4551 Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
: Buy Me A Beverage
Has thanked: 252 times
Been thanked: 412 times
Post
by burt » Wed May 13, 2026 9:33 am
Google
lint-google.png
Code: Select all
<span class="fa-stack">
<i class="fas fa-square fa-stack-2x" style="color:#ffffff;"></i>
<i class="fab fa-google fa-stack-2x" style="background: conic-gradient(#4285F4,#EA4335,#FBBC05,#34A853,#4285F4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;">
</i>
</span>
You do not have the required permissions to view the files attached to this post.
I am not here to build for you.
I am here to build with you. Let's help each other.
burt
Core Team
Posts: 4551 Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
: Buy Me A Beverage
Has thanked: 252 times
Been thanked: 412 times
Post
by burt » Wed May 13, 2026 9:49 am
I'll stop here since there's not much interest.
But hopefully it's shown readers that Fontawesome Icons don't have to be the generic small and grey.
I made the Linter to make it really easy to join in the `fun`
Anyway, if anyone does come up with some cool icons (they don't have to be brands, see the Fire one for example), please take a minute and share
Here's that Linter:
https://phoenixcart.org/linter.php
cbs
Member
Posts: 46 Joined: Tue Oct 26, 2021 9:42 am
Phoenix Version: v1.1.0.6
Has thanked: 8 times
Been thanked: 6 times
Post
by cbs » Wed May 13, 2026 10:01 am
Do you have the code for Bluesky?