Tagged: x
-
AuthorPosts
-
September 6, 2016 at 5:29 am #1162838
Nikhil RavishankerParticipantHi,
I’d like some assistance with changing font colour in the footer widget area (the custom menu widget, to be more specific)
I went through similar threads on the forum and tried the suggested CSS, but that doesn’t seem to work.Thanks!
September 6, 2016 at 6:04 am #1162880
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
.x-colophon.top .widget ul li a, .x-colophon.top .widget ol li a{ color: #000; }Hope it helps 🙂
September 6, 2016 at 6:22 am #1162897
Nikhil RavishankerParticipantThis reply has been marked as private.September 6, 2016 at 6:44 am #1162916
ThaiModeratorHi There,
You forgot to close the curly bracket(}) in your custom CSS.
Please find this CSS:
.x-colophon.top { background-color: black; } .widget_categories ul > li a, .widget_nav_menu ul > li a, .widget_pages ul > li a { font-size: 15px; /* in case you need to change the font size */ .x-colophon.top .widget ul li a, .x-colophon.top .widget ol li a{ color: black; }And change to this:
.x-colophon.top { background-color: black; } .widget_categories ul > li a, .widget_nav_menu ul > li a, .widget_pages ul > li a { font-size: 15px; } .x-colophon.top .widget ul li a, .x-colophon.top .widget ol li a{ color: black; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1162838 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
