Tagged: x
-
AuthorPosts
-
March 20, 2017 at 1:06 pm #1413999
Hi,
Regarding http://softwash.badwolfproductions.co.uk/ I have made some customisations to the widget formatting, as per below.
One of the widgets is a menu, how can I change the active link text color to #4878b7?Thanks
Mark/*Styles widget background*/ footer.x-colophon.top { background-color: #4878b7; color: #ffffff; } /*Styles navigation widget*/ footer.x-colophon.top .widget a, footer.x-colophon.top .widget li , footer.x-colophon.top h4.h-widget { color: #ffffff; text-shadow: none; } /*Styles widget navigation hover color*/ footer.x-colophon.top .widget a:hover { color:#4878b7; } /*Removes text shadow to text widget*/ .textwidget { text-shadow: none; } /*Removes text shadow to widget headers*/ .h-widget { text-shadow: none; }
March 20, 2017 at 3:03 pm #1414120Hi Mark,
Please try this code:
.x-colophon .current-menu-item a { color: #4878b7; }
Hope this helps.
March 21, 2017 at 6:41 pm #1415571Hi Jade,
I’m afraid that had no effect?
Thanks
MMarch 21, 2017 at 11:37 pm #1415806Hi There,
In this case, please share us your admin credentials so we could fully check your custom CSS probably there is some conflict with the suggested CSS or other reasons.
Don’t forget to set it as private reply.
Thanks.
March 22, 2017 at 9:44 am #1416275This reply has been marked as private.March 22, 2017 at 1:44 pm #1416611Hi M,
Please update the previous code to:
.x-colophon .current-menu-item a { color: #4878b7 !important; }
Hope this helps.
March 22, 2017 at 1:51 pm #1416617Worked perfectly, many thanks Jade!
M
March 22, 2017 at 2:41 pm #1416690You’re most welcome, M.
Cheers!
-
AuthorPosts