Hi,
Thanks for this script i need some help about;
What i need 2 do for making all links without underline on this script ? ( exactly on index - Categories & Blogs )
and can i use my own 1.2.6 language file in new 1.2.7 verison ?
thx for your support & have nice day
Hey camptr,
First to answer your query regarding 1.2.6 and 1.2.7. Yes this works. Just backup the .css before overwriting it to avoid a cold shower.
what links is it you want to remove the underline from? if you mean the ones in the categories then do this.
in the file /catalog/view/theme/default/stylesheet/stylesheet.css
my line 26 and onwards currently reads:
a, a:visited {
color: #1B57A3;
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
cursor: pointer;
}
a:hover {
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
}
to remove underline and only show this on hover i change it to:
my line 26 and onwards currently reads:
a, a:visited {
color: #1B57A3;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
cursor: pointer;
}
a:hover {
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
}
First to answer your query regarding 1.2.6 and 1.2.7. Yes this works. Just backup the .css before overwriting it to avoid a cold shower.
what links is it you want to remove the underline from? if you mean the ones in the categories then do this.
in the file /catalog/view/theme/default/stylesheet/stylesheet.css
my line 26 and onwards currently reads:
a, a:visited {
color: #1B57A3;
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
cursor: pointer;
}
a:hover {
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
}
to remove underline and only show this on hover i change it to:
my line 26 and onwards currently reads:
a, a:visited {
color: #1B57A3;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
cursor: pointer;
}
a:hover {
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
}
Thx for reply that was that i wawnted. I thought there is an other files to change each section so after i heard it works with text decoretion:none i have changed active links with ; none and edited when mouse over with; hover it looks better
Thanks again..
Thanks again..
Who is online
Users browsing this forum: No registered users and 7 guests