[Fixed 2.7]: Remove unline in social icons

You made an own skin or theme for phpMyFAQ. You can share it here with others!

Moderator: Thorsten

Post Reply
JochenS
Posts: 121
Joined: Wed Feb 16, 2011 3:51 pm
Location: Schönaich
Contact:

[Fixed 2.7]: Remove unline in social icons

Post by JochenS »

I just want to share a little fix for the 2.7 default template. In the 2.7 default templates there is a underline between the social icons (see attached jpg)

With the following additional line in the style.css you can remove it:

Code: Select all

#social a:link{
    text-decoration: none; }
You do not have the required permissions to view the files attached to this post.
Our public FAQ is proudly powered by phpMyFAQ: http://vhtfaq.ge51.honeywell.de/
ideahost
Posts: 1
Joined: Wed Dec 14, 2011 3:12 am

Re: [Fixed 2.7]: Remove unline in social icons

Post by ideahost »

Thank YOU! I was guessing something like that, nice to see it tested by someone else :wink:
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: [Fixed 2.7]: Remove unline in social icons

Post by Thorsten »

HI,

also added for 2.7.2

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply