Remove the bar from footer - Unite Theme

Hello to all

it is possible to remove the second bar (from footer)?

Hi @norocel,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Unite Options -> Other -> Custom CSS

footer#colophon {
    display: none;
}

Best Regards,
Movin