Home Forums WoodMart support forum LINE ABOVE FOOTER

LINE ABOVE FOOTER

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

    woksen
    Participant

    Hi,
    Please help me to put a line just above the footer. Otherwise, this looks weird as there is no border after the main content and footer.

    plz see the screenshots.

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

    Hello,

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

    .wd-prefooter {
        border-top: 2px solid silver;
    }

    Best Regards

    #367906

    woksen
    Participant

    Thank you so much.
    How can I change the colour of the line? I am looking for the same colour used just above the bottom footer.

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

    Hello,

    Please replace the previous CSS with the following then check back.

    .wd-prefooter {
        border-top: 1px solid rgba(0,0,0,0.105);
    }

    Best Regards

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