Jump to content

how to make hover effect for categories links/text


Recommended Posts

For example you can change

#categories_block_left .tree a:hover { text-decoration: none }



to

#categories_block_left .tree a:hover { color: #FF8601;font-weight:bold;padding-left:4px;text-decoration: none }



in themes/prestashop/css/modules/blockcategories/blockcategories.css

Link to comment
Share on other sites

  • 6 months later...

For example you can change

#categories_block_left .tree a:hover { text-decoration: none }

to

#categories_block_left .tree a:hover { color: #FF8601;font-weight:bold;padding-left:4px;text-decoration: none }

in themes/prestashop/css/modules/blockcategories/blockcategories.css

Thank you!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...