Okay
  Public Ticket #2985912
bottom white section remove
Closed

Comments

  •  5
    STUDIO-BRAINUS started the conversation

    Hey, there :)

    Could you let me know how to remove this section?

    front page is one page, but end of Botton there is some white bar....!

    Please let me know how to remove it.

    Best Regards,

  •  2,958
    Andrew replied

    Hi there,

    Use this CSS,

    #footer-outer #footer-widgets {
        display: none;
    }
    

    Thanks,

  •  5
    STUDIO-BRAINUS replied

    I'm really sorry, but where do I have to add it?

  •  2,958
    Andrew replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you can't see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    Thanks

  •  5
    STUDIO-BRAINUS replied

    You're best! Thank you so much !