Underlined texts and underlined links...

Support desk for Multipurpose Quark Theme
GK User
Fri Jan 27, 2017 7:59 pm
Hello, I did not notice that I have the problem of the underlined texts and underlined links in the entire footer area of the following menu url: http://www.xxxxxgratis.it/contattaci/pa ... cator.html
* In what way could it be hidden ?, I remember that in step you solved a similar problem elsewhere with this code:

.ac_results a: focus,
.ac_results a: hover {
     Text-decoration: none! Important;
}

Greetings thank you. René :?: :idea:
User avatar
Platinum Boarder

teitbite
Tue Jan 31, 2017 10:47 am
Hi

It's in bootstrap. I cannot understand why it overwrites such important styles ;/ Just add this to override.css

Code: Select all
#gkFooter a:focus,
#gkFooter a:hover {
text-decoration: none !important;
}
User avatar
Moderator


cron