Skip to content
Public Ticket #1041

Colors

Conversation thread

nlwynnn replied

Customer Reply

Worked perfectly. Thank you.

PenciDesign replied

Staff Reply

Hi,

Ah, I understand it now.

If so, please replace the code I sent in my recent comment to this code:

\
.penci-overlay-over .thumbnail{ transition: opacity 0.3s; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; }\
.penci-overlay-over:hover .thumbnail { opacity: 0.85; }

Best Regards,

PenciDesign

nlwynnn replied

Customer Reply

When I add this code it just removes the overlay hover from the small featured posts. I am trying to have the large featured posts like it currently is with no overlay but have the white overlay upon hover like the small featured posts.

PenciDesign replied

Staff Reply

Hi,

You can add more this code to Customize > Custom CSS to do that:

\
.grid-mixed .thumbnail:hover, .penci-grid li .item > .thumbnail:hover, .penci-masonry .item-masonry > .thumbnail:hover{ opacity: 1; }

Best Regards,

PenciDesign

nlwynnn replied

Customer Reply

Thank you for that.

 How would I get them to have the same effect as the smaller featured post, where it gets the white overcast on hover?

PenciDesign replied

Staff Reply

Hi,

Please try copy this code and paste it to Customize > Custom CSS to do that:

\
.penci-overlay-over:before{ content: none; }

Best Regards,

PenciDesign

nlwynnn started the conversation

Conversation Start

How do I removes the black overlay on the featured posts on my homepage? I've tried and cannot get it to change

Want to join this conversation or access attachments? Sign in first.