How to Customize Blog Post Hover Fade Color?

Instructions

  1. Go to ‘Online Store’ → Theme → Edit Code

  2. Inside the assets folder locate the file ‘base.css’

  3. At the end of the file paste this code

a.t4s-portfolio-thumb::before{
   opacity: 0.5 !important; /* The lower the opacity the more transparent */
}