Health Science Theme horizontal line

Hi! some help please

I’m using the health Sciences theme and it works well, but on the main page, a horizontal line appears on the Home Page Image that I can not remove.
Can you tell me how I remove it?

Hi,

Could you send me a screenshot showing the horizontal line?

Hi

this is the journal

https://medicinaclinica.org/index.php/rmc/index

thnks

Hi @luismurillo,

Are you familiar with the CSS modifications? You should use custom CSS and within it something like

.container-homepage-issue {
border-top: none;
}

Regards, Primož

Hi @luismurillo,

I’ve created an issue: Redundant horizontal line on index journal page · Issue #150 · pkp/healthSciences · GitHub

Yes, it works, thank you