I’m customizing the Ethos Portfolio index page to the best of my ability. I’ve put in the following CSS in Theme Options. It’s otherwise great except that I’d like for the text (Portfolio item title) to be lower on the image boxes - not towards the top of the image box. (I’ll give you page access details in a following post.) How to move the text lower from where it’s now - while keeping the image covered by the background color as it’s set up?
.h-entry-cover {
font-size: 2em;
letter-spacing: 0.2px;
font-family: “Red Hat Text”,sans-serif;
text-transform: none;
font-style: normal;
line-height: 1.3;
color: #fff;
}
.h-entry-cover span {
white-space: normal;
overflow: inherit;
}
.h-entry-cover {
top: 0%;
bottom: 0%;
background-color: rgba(159,222,232, 0.3);
}
.entry-cover:hover .h-entry-cover:before {
background-color: rgba(175, 183, 215, 0.2);
}
