Home Forums WoodMart support forum Footer variation

Footer variation

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

    luda
    Participant

    Hi,

    i want to change the footer style (only a small part of it..) of all pages apart from the main page. i placed a colored ‘section divider’ on top of my footer on my main page. There it fits well, but on every other page i need to change the color of the theme element ‘section divider’ to white. i hope you can help me!

    here are two screenshots to describe my issue:
    https://ibb.co/4mk50L9
    https://ibb.co/TWptZGm

    thank you for your attention,
    big up,
    LU

    #225830

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .footer-column div:first-child {
       display:none;
    }
    body.home .footer-column div:first-child {
       display:block!important;
    }

    Best Regards

    #225860

    luda
    Participant

    Hi,

    sorry, this doesn’t work. now the footer content disappeared on every page apart from the main page. here’s a screenshot so you can see what happened:

    https://ibb.co/gg6yVh4

    Best regards,
    LU

    #225894

    Hello,

    Please remove the code. Unfortunately, it is not possible to implement it. It was a try. You can enter each page and disable footer. https://xtemos.com/docs/woodmart/options-for-pages/

    Best Regards

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