How to change the footer

  • timorous me

    #3262

    Hello,

    I’m a french man and excuse me for my english.

    On my website, I use the bottom widget area but I have a blue band that is always displayed. How can I remove it, please?

    Anonymous

    #24130

    Add this to your child theme’s style sheet or in Graphene Options –> Display –> Custom CSS.

    #footer {
    display: none;
    }

    It removes the whole footer. If you want to change it’s colour,

    #footer {
    background: #FFFFFF;
    }

    Anonymous

    #24131

    Hello Prasanna !

    Thank you for your replie, all it’s ok !

    I have an other question four you : My footer has a light gray border, but the size is different between the side up and down and, the side right and left.

    How do I change it, please ?

    Anonymous

    #24132

    Try adding this to your custom css:

    #sidebar_bottom .sidebar-wrap {
    margin: 20px 0 0 55px;
    }

    It is your ad in the footer area that is not positioned ideally. Adjusting the margin of it’s div will allow you to re-position it in the middle of the footer.

    Anonymous

    #24133

    Hello Prasanna,

    It’s ok for me !

    You are the best, thank you very much !!!

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.