Home › Forums › WoodMart support forum › LINE ABOVE FOOTER LINE ABOVE FOOTER This topic has 3 replies, 2 voices, and was last updated 2 years, 7 months ago by Aizaz Imtiaz Awan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 11, 2022 at 8:51 pm #367710 woksenParticipant 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. April 12, 2022 at 10:28 am #367876 Aizaz Imtiaz AwanKeymaster 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 April 12, 2022 at 11:49 am #367906 woksenParticipant 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. April 13, 2022 at 6:45 am #368139 Aizaz Imtiaz AwanKeymaster 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 Author Posts Tagged: footer, footer line Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register