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
You can't select the icon, or change the svg code for the icon,but you could use css to hide the svg and set a font icon instead, eg:
/* uses font-awesome included with Joomla 4 */
.wf-icon-zoom-image {
font-family: Font Awesome\ 5 Free;
display: inline-block;
font-style: normal;
font-variant: normal;
}
.wf-icon-zoom-image svg {
display: none;
}
.wf-icon-zoom-image::after {
content: "\f04b";
display: block;
color: #fff;
font-size: 1.25rem;
position: absolute;
text-align: center;
opacity: .8;
top: auto;
bottom: 0.25em;
left: auto;
right: 0.25em;
z-index: 1;
line-height: 1;
}
Just because you're not paranoid doesn't mean everybody isn't out to get you.
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!