Tagged: x
-
AuthorPosts
-
July 15, 2016 at 12:07 pm #1088777
flacnvinylParticipantHow can we change JUST the footer background color, and not the widget area. All code I have is to target both regions, but we want to leave widget area alone.
July 15, 2016 at 12:08 pm #1088780
flacnvinylParticipantThis reply has been marked as private.July 15, 2016 at 2:52 pm #1089017
JoaoModeratorHi There,
To change the color of the bottom footer please add the following code to Appereance Customizer Custom CSS
.x-colophon.bottom { background: #fff; }To reduce the padding of the top footer:
.x-colophon.top { padding: 2% }Hope that helps
Joao
July 15, 2016 at 4:07 pm #1089070
flacnvinylParticipantThis reply has been marked as private.July 15, 2016 at 10:38 pm #1089494
Prasant RaiModeratorHello Drake,
Thanks for writing in!
The background color code with affect the area as shown in screenshot. http://prntscr.com/btidrq
You can replace the code with the following:
.x-colophon.bottom {background: #9a9a9a !important;} .x-colophon.bottom .x-colophon-content { color: #000 !important; }Please change the color code as per your requirement.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1088777 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
