Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1121598
    hoponlanka
    Participant

    Hi,

    How can I change the footer color to a different one than the header ?
    Also, i’d like to play with the footer fonts.

    Thanks

    #1121603
    Lely
    Moderator

    Hi There,

    To help you better, please do give us specific description We can use custom CSS but we need exact definition of what you want. Is it font color? or Background Color. Would you mind sharing your site URL and then a screenshot of what you want to achieve so we can give you exact suggestions.

    #1121828
    hoponlanka
    Participant
    This reply has been marked as private.
    #1121901
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    footer.x-colophon.top {
        background-color: #000;
    }
    footer .widget ul li a {
        color: red;
    font-size:15px;
    }
    footer h4.h-widget {
        font-size: 100%;
        color: #efefef;
    font-family: cursive;
    }

    Hope that helps.

    #1121982
    hoponlanka
    Participant

    Works, thanks !

    #1122079
    Joao
    Moderator

    Glad to hear it 🙂

  • <script> jQuery(function($){ $("#no-reply-1121598 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>