Home › Forums › Jevelin Theme › Icon Box Rollover
Home › Forums › Jevelin Theme › Icon Box Rollover
I am in the process in moving over to the Jevelin theme from my existing one.
When doing Icon Boxes, is there a way to have:
Example would be like on my current homepage (currently a hybrid between the two themes)
Hi @photobernard,
I hope you are well today and thank you for your question.
Yes we can achieve this developing custom CSS code.
For this please use Icon box on any of your site page and share me the URL of it so that I can help you to achieve it.
Best regards,
Shufflehound team
Hi – thank you for getting back to me. You can see the icon boxes on my homepage:Ā http://www.bernardpretorius.com.
Solution for this topic
You can achieve 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
.sh-iconbox-title a { padding-top: 134px; display: block; position: relative; margin-top: -134px; } .sh-iconbox:hover .sh-iconbox-icon-shape i, .sh-iconbox:hover .sh-iconbox-title h3, .sh-iconbox:hover .sh-iconbox-icon-shape { color: #000; border-color: #000; }
Amazing! That is awesome and is working perfectly! Thank you
You are most welcome here š