Tagged: x
-
AuthorPosts
-
June 22, 2016 at 9:45 am #1054421
antonpolosinParticipantHi,
Can I change font color on all of my widgets in the footer(I’m using two link widgets, mailchimp widget, and one icon list widget). Can change the color and remove all lines. Also change the color of the widget’s titles. So just everywhere simple white font. My url: http://www.flighttour.com.au/ Thank you.June 22, 2016 at 10:55 am #1054538
DarshanaModeratorHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.x-colophon.top { color: #ffffff !important; } .x-colophon.top .h-widget > span { color: #ffffff; } .x-colophon.top .h-widget { color: #ffffff; } .x-colophon.top .widget ul li a, .x-colophon.top .widget ol li a, .x-colophon.top .x-comment-time { color: #ffffff; }Hope that helps.
June 23, 2016 at 4:02 am #1055973
antonpolosinParticipantThat’s work. But alsp i would like to get rid of any decoration: such as when you hover on the item it becoming white (i’d like to keep that only text change the color to my custom color). Then I would like to get rid of that lines whihc surround every row. Is it possible. I’d like to keep them like on the attachment. Neat and tidy. Thank you.
June 23, 2016 at 5:54 am #1056108
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
.x-colophon.top .widget ul li:hover { background-color: transparent; } .x-colophon.top .widget ul, .x-colophon.top .widget ul li { box-shadow: none; border:0; } .x-colophon.top .widget ul li a:hover { color:red; }Please change red with the color that you like.
Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1054421 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
