Post by camptr » Thu May 07, 2009 4:24 am

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

Newbie

Posts

Joined
Thu May 07, 2009 4:19 am

Post by jnixus » Thu May 07, 2009 8:47 pm

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;
}

User avatar
New member

Posts

Joined
Fri Apr 17, 2009 3:26 am
Location - London

Post by camptr » Fri May 08, 2009 12:51 am

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..

Newbie

Posts

Joined
Thu May 07, 2009 4:19 am
Who is online

Users browsing this forum: No registered users and 7 guests