Support Home Page › Forums › Joomla Software › Easy Folder Listing Pro Plugin › How to improve some CSS in easy folder listing pro › Re: How to improve some CSS in easy folder listing pro
@50Mirzaa. if you edit the styles.css file in /plugins/content/easyfolderlistingpro/css, you can do what you need.
I don’t know if you know CSS, but add (or edit… I don’t recall if it is there already) the following:
1 2 3 4 |
.eflpro_tables tr.trigger:hover<br /> {<br /> background: #ffffff !important; /* <---- replace #ffffff with your color */<br /> } |
As for the different colors for different level folders, I didn’t design it that way, and it would take substantial reworking of the code to get it to look the custom way you want. You are free to edit the code as you see fit to meet your needs. There is really no easy way I can think of currently to get it to do that, without changing the way the code works. I am sorry, but I currently can’t help you with that modification at this time.