You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#113390 [SOLVED] Mediabox icon to show with any URL

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by 847fc5d275c443c2ca424b1a on Wednesday, 22 March 2023 08:35 GMT

847fc5d275c443c2ca424b1a
If I create a mediabox link, JCE adds a nice icon in front (of at the back) of that link.
Can someone tell me how I can force that icon to be shown also in regular links?
I guess that is a CSS thinghy. Thanks!

Ryan
I use this for links on this site, which you can see in this article - https://www.joomlacontenteditor.net/news/jce-pro-2-9-34-released

.item-page a[href^="https"]:not(.no-icon):not(.wfpopup)::after {
    font-family: FontAwesome;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f14c";
    margin-left: 0.25rem;
}

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

847fc5d275c443c2ca424b1a
Looking great, I redefined the content: to 'content: url('/images/linkx.png');' as I didn't get FontAwesome to work (although I do use them).
Thanks, Jmblr

Attachments