Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Gray Bar on Link Icons

More
11 years 3 months ago #1541 by mark0514
Gray Bar on Link Icons was created by mark0514



As suggested, I am using the :before selector to add text to a links icon. Thank You. The problem I am having is that there is a little gray bar on the icon (see screen2). When I add the text, the bar repeats over the text (screen1). The :before selector will work great (thank you) if I can get rid of this bar.
Attachments:

Please Log in or Create an account to join the conversation.

More
11 years 3 months ago #1543 by admin
Replied by admin on topic Re: Gray Bar on Link Icons
This is a CSS issue. This is not a bar, but part of an icon representing a contact :-)
This is added by typography.css (JCK Editor?)
Add to the template:
.person .links li {
    background: none;
}
to remove it.

Olivier.
The following user(s) said Thank You: Barroso

Please Log in or Create an account to join the conversation.