Hey there,
Please add the code below in your Appearance > Customize > Custom > Global CSS
.entry-cover:hover .h-entry-cover:before, .h-entry-cover:before {
background-color: transparent;
}
.h-entry-cover {
text-align: left !important;
font-size: 1em;
font-weight: 500 !important
}
Ethos has a category title out of the box but you have this code in your CSS
.category .x-header-landmark {
display: none;
}
Please remove it. To change the category title, edit your category’s Archive Title (see attachment)
Thanks.