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

    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

    #1011733

    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

    #1012709
    This reply has been marked as private.
    #1013356

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.