Home Forums WoodMart support forum Double line in footer

Double line in footer

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #206928

    roadlink
    Participant

    Hello,
    I have edited retail demo footer, but had 2 line now. https://prnt.sc/t7ia8v

    Any way to remove one of it?

    #206986

    Hello,

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

    body .color-scheme-light .copyrights-wrapper, .woodmart-dark .copyrights-wrapper {
        border-color: rgba(255,255,255,0);
    }

    Best Regards

    #207043

    roadlink
    Participant

    thanks, it really worked.

    Just one more help if you can.

    There are too much space in footer now. https://prnt.sc/t7xaeo
    I can remove copyright if needed 🙂

    #207064

    Hello,

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

    .footer-column {
       margin-bottom: 0;
    }

    Best Regards

    #207066

    roadlink
    Participant

    thank you.

    #207088

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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