Post Module: Title on Rollover
Sorry, we couldn't find any posts. Please try a different search.
/*No custom selector here as it's has been added via the Page Builder under Tools > Layout CSS/Javascript > CSS*/ .fl-post-grid-post .fl-post-grid-image :hover::before{ background-color: #000; background-color: rgba(0, 0, 0, 0.75); transition: all 0.2s ease-in 0ms; } .fl-post-grid-post .fl-post-grid-image ::before { position: absolute; content: ""; height: 100%; width: 100%; transition: all 0.3s ease-in 0ms; } .fl-post-grid-post .fl-post-grid-image :hover::before { content: attr(title); color: #FFFFFF; font-weight: bold; display: flex; align-items: center; justify-content: center; font-size: 20px; text-transform: uppercase; pointer-events: none; }