-
AuthorPosts
-
October 31, 2015 at 10:41 pm #647906
Glad you’ve sorted it out and thanks for sharing. π
January 5, 2016 at 8:54 am #732614http://www.centralparkfunland.com
I am trying to use a hexadecimal color code in the code
.x-colophon {
background-color: #ff6600;
}And it doesn’t show up in my preview.
January 5, 2016 at 10:11 am #732747Hi @gobeyondesign,
Upon checking your website, I can see that it’s under construction.
Please provide us with your admin account so we can take a closer look?
Donβt forget to select Set as private reply. This ensures your information is only visible to our staff.
Many thanks.
February 25, 2016 at 4:11 am #811730Hi I have tried and copy paste all the above replies.
I have gone into Appearance > Customize > Custom > CSS.
Still nothing works for me. I am using the renew10 demo template..
Please help. Nothing is changing the color of the footer.
I want to be able to change the entire footer if possible.
Thanks
February 25, 2016 at 5:40 am #811842Hi,
You can try this code instead.
.x-colophon.bottom { background-color: #ff6600 !important; }
Hope that helps
February 25, 2016 at 5:48 am #811850This reply has been marked as private.February 25, 2016 at 7:06 am #811931You’re welcome! π
March 3, 2016 at 4:38 pm #822596This reply has been marked as private.March 3, 2016 at 10:07 pm #822922Hi there,
Thanks for writing in! To change the footer background to black, use the following CSS. You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
footer.x-colophon.top, footer.x-colophon.bottom { background:#000000; }
Hope this helps β thanks!
April 12, 2016 at 8:57 am #878322This is great info, thanks! But how would you change the Header font only in the top footer?
Thanks!
DawnApril 12, 2016 at 5:43 pm #879054Hi There,
You can add this under Custom > CSS in the Customizer.
.x-colophon.top .h-widget { color: red; }
If this does not work, please provide us the site URL.
Thanks.
April 13, 2016 at 9:11 am #880067That worked! Thanks so much!!
DawnApril 13, 2016 at 4:15 pm #880880Glad we could help.
Cheers!
May 15, 2016 at 6:12 pm #992680Agreed – there are MANY feature requests within these pages and pages of forums which are obvious and should have been included as features in the UI. We are consistently having to dig back into the community forums for insight – this sort of ’round trip’ work slows users down.
May 15, 2016 at 6:12 pm #992681Agreed – there are MANY feature requests within these pages and pages of forums which are obvious and should have been included as features in the UI. We are constantly having to dig back into the community forums for insight – this sort of ’round trip’ work slows users down.
-
AuthorPosts