Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1396764
Colors
Closed

Comments

  • nlwynnn started the conversation

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

  •  2,699
    PenciDesign replied

    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 replied

    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?

  •  2,699
    PenciDesign replied

    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

    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.

  •  2,699
    PenciDesign replied

    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

    Worked perfectly. Thank you.