Home Forums Jevelin Theme Change hover color of portfolio images on portfolio page Reply To: Change hover color of portfolio images on portfolio page

Home Forums Jevelin Theme Change hover color of portfolio images on portfolio page Reply To: Change hover color of portfolio images on portfolio page

sgibbie
Participant

I had to override the code in the custom code section using the following CSS:

 

.sh-portfolio-fancy-item-overlay-bg {    background-color: rgba(80, 158, 159, 0.7) !important;}

 

Is there a better, easier way to do this in the theme settings somewhere? Or is this the only possible way to change it?