Remove elements

Hi

I would like to remove this element. How I do that ? Thanks

Please go to customize >> custom css and js >> custom css and add the css code below:

.seperator {
display: none;
}

Thank you