Thanks, I did add it to Custom CSS, not in code injection, my bad in writing that incorrectly.
I tried completely removing that code and the issue is still there so I am guessing that's not the culprit.
Any other guesses?
Here's the custom CSS:
/* additional styles */
h4 {
font-family: Proxima Nova, Open Sans, Corbel, Arial;
font-size: 17px;
text-transform: uppercase;
font-weight: 600;
font-style: normal;
text-align: left;
color: #FDBB11
}
.tweak-blog-basic-grid-width-full .blog-basic-grid {
padding-left: 7%;
padding-right: 7%;
}
.blog-item-title {
display: none;
// show the "real" title when in Edit mode
.is-expanded & {
display: block;
}
}
/* Title */
.summary-title-link {
font-weight: 400;
}
div#block-yui_3_17_2_1_1694273137238_2138 .summary-item {
padding-bottom: 25px;
margin-bottom: 30px;
}
.summary-item:hover .summary-thumbnail{filter:opacity(0.9)}
Thank you!