Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1205346
    iDigitalise
    Participant

    Hi 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

    #1205371
    iDigitalise
    Participant
    This reply has been marked as private.
    #1205450
    Prasant Rai
    Moderator

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

    #1205666
    iDigitalise
    Participant

    Hey –

    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

    #1205916
    Jade
    Moderator

    Hi there,

    Please try this:

    .x-colophon.top,
    footer.x-colophon.bottom {
        background-color: #ddd !important;
    }
    #1206516
    iDigitalise
    Participant

    Hey Jade –

    Thanks! This is still not quite working right. This time it’s changing the background colour for both the footers. 🙁

    #1206561
    Paul R
    Moderator

    Hi,

    Kindly change the code to this.

    
    .x-colophon.top {
        background-color: #ddd !important;
    }
    

    Hope that helps.

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