Shape 5

Joomla Templates => Appwonder - Club => : klm515 January 22, 2012, 06:56:58 AM



: How to edit the hover link effect?
: klm515 January 22, 2012, 06:56:58 AM
Hi!

I'd like to edit the style of the link hover.

How can I do that?

I'd really like to get rid of the "moving a few pixels to the right" effect.


: Re: How to edit the hover link effect?
: jonahh January 23, 2012, 02:04:57 PM
You can edit the slide over effect here:

ul.menu li a, #s5_accordion_menu h3.s5_am_toggler {
    -moz-transition-duration: 0.25s;
    -moz-transition-property: -moz-transform;
}
template.css (line 23)

As for link color you can change here:

a {
    color: #4C4C8D;
    text-decoration: none;
}
template.css (line 15


: Re: How to edit the hover link effect?
: klm515 January 28, 2012, 04:58:10 PM
Thanks... that worked.