Hi! On my website i have a sidebar with a menu. And the line is also in my custom-footer. How can i remove it?
I tried ti already with “#after_section_2 { display: none; }” fromt antoher theard, but it doesnt work.
Thanks
Hi 360gradmedia!
Please try following:
1) Add a custom id to the footer section (i.e. footer_section – screenshot: http://www.clipular.com/c/6030402066841600.png?k=TWI-eNSNopwM1gnnw1q-7ZEcNI4 )
2) Then add this css code to the quick css field:
#footer_section + div {
display: none;
}
(you need to replace footer_section with your custom id)
Regards,
Peter
Hi,
I fixed it. There was a blank space before the footer section id (the option field value was _footer_section [_ stands for the blank space] and not footer_section) and thus the css code didn’t fire.
Best regards,
Peter