Just bought the theme and love it. Can you tell me how to implement the arrow hover effect on the default skin/style on another skin? I wanted that effect on the minimalist skin option. Thanks in advance.
Jason
Just bought the theme and love it. Can you tell me how to implement the arrow hover effect on the default skin/style on another skin? I wanted that effect on the minimalist skin option. Thanks in advance.
Jason
Hey,
in style2/3/4.css replace:
#top #nav li.back {
/* background: transparent url('../images/skin2/arrow_menu.png') no-repeat bottom center; */
}
with:
#top #nav li.back {
background: transparent url('../images/skin2/arrow_menu.png') no-repeat bottom center;
}
Maybe you need to adjust the image/arrow graphic.
perfect. Thanks for getting back to me so quickly. I overlooked those comment tags. Looks great.
Glad that I could help you :)
You must log in to post.