Tagged: x
-
AuthorPosts
-
November 21, 2016 at 10:58 pm #1266407
kelleyhgParticipantSorry to bug you, but I’ve read a number of forum posts on the subject and pasted the recommended code solutions numerous times. It worked once (about an hour ago), but I tried to add more code and now I can’t get it to work again. I fear I may have deleted something relevant.
I’d like to change the footer background color (top and bottom footer), and I’d like to change the font color, and I’d like no shadows around the fonts. Thanks in advance for providing the correct code.
November 21, 2016 at 11:42 pm #1266428
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
footer.x-colophon.top { background-color: #ddd !important; box-shadow: none !important; } footer.x-colophon.bottom { background-color: #ddd !important; color: #fff !important; } footer.x-colophon.bottom a { color: #fff !important; } .widget { text-shadow: none !important; }Please change color code as per your requirement.
Thanks.
November 22, 2016 at 1:32 pm #1267226
kelleyhgParticipantThis reply has been marked as private.November 22, 2016 at 2:52 pm #1267309
JoaoModeratorHi
You had a couple of syntax mistakes on your CSS
For your own good, it is important to keep your CSS organized so it is easier to spot the mistakes – friendly advice 🙂
It works now
Hope that helps
Joao
November 22, 2016 at 3:58 pm #1267386
kelleyhgParticipantThis reply has been marked as private.November 22, 2016 at 10:07 pm #1267717
LelyModeratorYou’re welcome Kelley!
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1266407 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
