How to Customize Blog Post Hover Fade Color?

Hi @verdin_verdin

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.t4s-portfolio-thumb::before {
background: rgba(192, 210, 143, 0.7);
}