can't overwrite themes hover style
-
Hi. I am creating a child theme for https://wp-themes.com/responsive/?TB_iframe=true&width=600&height=400 and for some reason I cannot change the hover style for on the navbar.
I have tried being very specific, using !important, checking that my code is correct.
The tricky bit is hover style does not seem to show up on chromes developer tool, and I think this is because the hover style is only applied during a hover event, not during load, and so it does not show: this means I cannot check to see if my hover style is applying but being overwritten. I am able to change the background color, so this confirms to me that I am selecting the correct identifying, but when I hover it changes to the default hover color.
One possibility I am thinking is that the it is not actually using the CSS hover pseudo class, but rather a JavaScript effect that display on top of the current nav tab; and so I am successfully changing the however function but it is being covered.
Any ideas? Have been stumped on this all day. Here is the child theme in its current progression. https://adrianhoulewebprojects.com/JacquesHoule/
Thanks,
-Adrian
- The topic ‘can't overwrite themes hover style’ is closed to new replies.