Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #647906

    Christian
    Moderator

    Glad you’ve sorted it out and thanks for sharing. πŸ™‚

    #732614

    gobeyondesign
    Participant

    http://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.

    #732747

    Thai
    Moderator

    Hi @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.

    #811730

    slyngel
    Participant

    Hi 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

    #811842

    Paul R
    Moderator

    Hi,

    You can try this code instead.

    
    .x-colophon.bottom {
        background-color: #ff6600 !important;
    }
    

    Hope that helps

    #811850

    slyngel
    Participant
    This reply has been marked as private.
    #811931

    Paul R
    Moderator

    You’re welcome! πŸ™‚

    #822596

    Brennans4047
    Participant
    This reply has been marked as private.
    #822922

    John Ezra
    Member

    Hi 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!

    #878322

    newskywebsites
    Participant

    This is great info, thanks! But how would you change the Header font only in the top footer?

    Thanks!
    Dawn

    #879054

    Friech
    Moderator

    Hi 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.

    #880067

    newskywebsites
    Participant

    That worked! Thanks so much!!
    Dawn

    #880880

    Friech
    Moderator

    Glad we could help.

    Cheers!

    #992680

    Gregory W
    Participant

    Agreed – 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.

    #992681

    Gregory W
    Participant

    Agreed – 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.