Home Forums WoodMart support forum Footer container color

Footer container color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #229839

    margiteerma
    Participant

    How to change the footer container color?

    Attachments:
    You must be logged in to view attached files.
    #229871

    Hello,

    First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :-).

    I saw the screenshot you attached.

    Please Go to Theme Settings >> Footer and set the background color according to your needs.

    Screenshot for Clarification: https://ibb.co/mNqHYM7

    Regard’s.
    Xtemos Studio.

    #229881

    margiteerma
    Participant

    Thank you for an answer. In this way is possible to change only footer color, but I would like to change the whole footer container color. Please check an attachment.

    Attachments:
    You must be logged in to view attached files.
    #229904

    Hello,

    I have visited your website.

    The whole area color is changed. In your case, there is padding and margins are displayed that’s why there is white space with the footer.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .footer-sidebar {
    padding-top: 0px;
    padding-bottom: 0px;
    }
    .container.main-footer {
    margin-bottom: -30px;
    }
    .woodmart-prefooter {
    padding-bottom: 0px;
    margin-bottom: -26px;
    }

    Regard’s.
    Xtemos Studio.

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