Dear,
I have some imgaes on my website linked to other pages. I want to display border on the image when hover over the mouse. please let me know how to this.
Thanks for the great theme.
Neil
Dear,
I have some imgaes on my website linked to other pages. I want to display border on the image when hover over the mouse. please let me know how to this.
Thanks for the great theme.
Neil
Hi Neil,
I hope you are well today and thank you for your question.
You can display border around the image when you hover over it by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Apperance -> Customize -> Travelify Other Options
img:hover {
border: 1px solid #000;
}
Best Regards,
Movin