Tagged: x
-
AuthorPosts
-
October 6, 2016 at 12:09 pm #1205346
iDigitaliseParticipantHi Guys –
I need help customising the footer area of my site.
I have 2 questions:
a) Can I create a footer using cornerstone?
b) If not and I can only set a footer in Customise then how do I change the background colour and Font colour and Font Size?I’ll put my website and the sample site in a private post below.
Thx
October 6, 2016 at 12:22 pm #1205371
iDigitaliseParticipantThis reply has been marked as private.October 6, 2016 at 12:51 pm #1205450
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer as editing Footer using Cornerstone is not possible as of now:
footer.x-colophon.bottom { background-color: #ddd !important; } .x-colophon.bottom .x-nav li a { color: #3e3e3e !important; font-size: 16px !important; }Thanks.
October 6, 2016 at 3:01 pm #1205666
iDigitaliseParticipantHey –
I tried adding this to the CSS and it doesn’t change the background of the footer widget area. Instead it changes the background of the sub footer.(i don’t know what this is called)
I have kept the CSS in on the site so you can see what I mean
Thx
October 6, 2016 at 7:09 pm #1205916
JadeModeratorHi there,
Please try this:
.x-colophon.top, footer.x-colophon.bottom { background-color: #ddd !important; }October 7, 2016 at 4:21 am #1206516
iDigitaliseParticipantHey Jade –
Thanks! This is still not quite working right. This time it’s changing the background colour for both the footers. 🙁
October 7, 2016 at 5:29 am #1206561
Paul RModeratorHi,
Kindly change the code to this.
.x-colophon.top { background-color: #ddd !important; }Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1205346 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
