Home › Forums › Gillion Theme › Change post image hover icon
Home › Forums › Gillion Theme › Change post image hover icon
Hi @hife2017,
Thank you for your question.
Could you please tell me exactly what you want to change in it so that I can help you to change it?
Best regards,
Shufflehound team
ok, thanks
You can change it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.post-overlay-content { background: url("http://dronewithray.com/gillion-theme/wp-content/uploads/2017/02/Gillion_logo_black.png") no-repeat center; height: 30px; width: 105px; } .post-overlay-content span { display: none; }
Please change the Icon image URL in the above CSS code to whatever you want to.