Tagged: x
-
AuthorPosts
-
September 5, 2016 at 4:03 am #1161340
bonnieshortallParticipantHi there!
I have used the following code to change my bottom footer colour:
.x-colophon.bottom {
background-color: black;
}and it just won’t work.
Could you please provide me with some advice? Thanks!
September 5, 2016 at 4:25 am #1161362
Paul RModeratorHi,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
September 5, 2016 at 12:03 pm #1161884
bonnieshortallParticipantHi there,
my url is optimumperformancedublin.com
thanks 🙂
September 5, 2016 at 12:26 pm #1161906
Prasant RaiModeratorHello There,
Thanks for writnig in!
You can add this under Custom > CSS in the Customizer:
footer.x-colophon.bottom { background-color: #000 !important; }Thanks.
September 5, 2016 at 12:29 pm #1161912
ThaiModeratorHi There,
You forgot to close the curly bracket(}) in your custom CSS.
Please find this CSS:
@media (max-width: 767px) { #x-section-15 { background-position: 75% !important; } .x-colophon.bottom { background-color: #2d2727; }And change to this:
@media (max-width: 767px) { #x-section-15 { background-position: 75% !important; } } .x-colophon.bottom { background-color: #2d2727; }Hope it helps 🙂
September 6, 2016 at 3:11 am #1162679
bonnieshortallParticipantHi there,
this didn’t change the footer colour 🙁 I’m probably doing something wrong!
September 6, 2016 at 3:17 am #1162690
ChristopherModeratorHi there,
Please find this code :
@media (max-width:480px){ .x-content-band { background-size: 100% 100% !important; padding-top: 10px !important; padding-bottom: 10px !important; }And update it to :
@media (max-width:480px){ .x-content-band { background-size: 100% 100% !important; padding-top: 10px !important; padding-bottom: 10px !important; } }Hope it helps.
September 6, 2016 at 3:41 am #1162717
bonnieshortallParticipantIt worked thank you so so much!
Bonnie
September 6, 2016 at 3:55 am #1162740
ChristianModeratorYou’re welcome, Bonnie. Glad we could help. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1161340 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
