x

Remove line above footer

Hey,

how can I remove the line above the footer. I use the Unbound theme.

Regards,
Pieter

image

1,385 Views
Message 1 of 6
Report
1 Best Answer

Best Answer

I have already found the solution, I think:

#footer-wrap {
margin: 0 auto;
border-top: 4px solid @MatteBg; (change this value.)
color: #8e8e8e;
padding: 0 !important;

View Best Answer >

1,321 Views
Message 7 of 6
Report
5 REPLIES 5

CSS is your friend in this case as well I think. The line is very likely built in to the theme itself and finding that yourself can be tricky. However, if you can target the element and place CSS within the head of your site you can probably reduce the size or render it hidden. Good luck!

1,374 Views
Message 7 of 6
Report

Could someone tell me something more in detail where I can remove this line with CSS?

Thanks, Pieter

1,350 Views
Message 7 of 6
Report

Anyone have an idea?

Thanks,

Pieter

1,341 Views
Message 7 of 6
Report

Best Answer

I have already found the solution, I think:

#footer-wrap {
margin: 0 auto;
border-top: 4px solid @MatteBg; (change this value.)
color: #8e8e8e;
padding: 0 !important;

1,322 Views
Message 7 of 6
Report

Hello  @pkoopmans 

I am looking for the same solution for that! would you mind tell me where can I find the code you got you to get rid of the line? Or I actually need to add on the code to my site?

thank you!

1,195 Views
Message 7 of 6
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.