Home › Forums › Weaver Xtreme Theme › Bottom Menu › Re: Bottom Menu
March 21, 2015 at 01:42 UTC - Views: 7
#20517
Participant
I am not getting this to style properly.
My Footer Widget has .widget a {color:#2F4F2F;} %selector% widget a:hover {color:#0370FF;}
yet the hover color is same as widget color.
The inject post-footer CSS is completely ignored and the hover color is incorrect. Also the font size is too big. For testing, I used this in my Custom CSS which is not being used:
#inject_postfooter {background-color: #816687; padding-bottom:20px;padding-top:20px; padding-left:3%;padding-right:3%; color:#FFFBFA; font-size:117%; }
#inject_postfooter a {text-decoration: none; color: #FFFBFA;}
#inject_postfooter a:hover {color:#FFFFD4; text-decoration: underline;}