remove lines below tagline and page title

Hello,
I’m using the activello theme and I want to remove the line below the title/tagline as well as the line below the page title.

emilyschultz.net

Hi @scotttgregg,

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 -> Customize -> Activello Options -> Other -> Custom CSS

.site-header #line {
    display: none;
}
#page .page-header {
    border-bottom: 0;
}

Best Regards,
Movin