You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wonder how can i achieve the w3-theme-d1 etc... for a hover effect
I can override that manually but i do not want because if you update this i will lose my changes and i will need again to re add them, if you can add .w3-hover-theme-d1 ..... .w3-hover-d5 and .w3-hover-theme-l1 ........ .w3-hover-theme-l5
You don't have to edit the original CSS, put the new rules in another file, and link to it. Even if the base CSS is updated, your additions won't get lost. The framework is kept light so that users get a lot of room for customization.
I am wonder how can i achieve the w3-theme-d1 etc... for a hover effect
I can override that manually but i do not want because if you update this i will lose my changes and i will need again to re add them, if you can add .w3-hover-theme-d1 ..... .w3-hover-d5 and .w3-hover-theme-l1 ........ .w3-hover-theme-l5
Example, you have :
in these file
https://www.w3schools.com/lib/w3-theme-green.css
If you can copy theme to contain also hover effect it willbe perfect
look like this
also if you add the same for text hover effects like these:
also if you add the same for border hover effects like these:
also do the same for both border and text color
This it will be a great addition as i think and it is almost needed
The text was updated successfully, but these errors were encountered: