I have a facebook icon (SVG) where i’ve changed the color with the color picker. all looks good, but when I set a link on the icon, it removed the color chosen.
Hi Jaime,
Your issue is not the same at all since you’re not using SVGs but icon fonts. We may need to make our selector a little more specific so that the ACSS body a rule doesn’t take effect, which it does at the moment. Or you can help yourself with a line of custom CSS:
.brxe-social-icons li.has-link a, .brxe-social-icons li.no-link {
color: pink;
}
Yeah that makes total sense! I just wondered at first if this could be some bug/incompatibility that is why I threw it here maybe someone else would come across the same issue
Thanks Timmse!
Hey @aLeighLikeMe,
What exactly is the problem and how can I reproduce it? The thread is very old, and several problems have been mixed up again… so I don’t know precisely what you are referring to
I’m using ACSS and Bricks. When using the “Icon list” widget:
The colour of the icon inside the list can be changed successfully UNLESS:
You add a “link”. I used “External Link” with a “#” value and the colour of the icon defaulted to my ACSS “action” colour and could not be changed using the icon colour picker or the typography colour picker or even direct CSS on the element using “%root%”.
The only way you can change the colour with the above settings is if you target the brxe class of the element or the “a” and “li” classes directly in the CSS panel on the element.
It’s basically the same problem as here: the ACSS `body a’ style overrides the icon list styles, since we don’t target the a’s specifically.
As I said, in theory, we could make the selector more specific, but we first have to check whether this doesn’t lead to other problems. I will create an improvement task for this, but I will leave this thread as solved, as the original problem was already fixed a long time ago without any relation to ACSS.