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:
- a URL link on the actual icon (not just the title)
- rollover effect on both the title and icon.
Example would be like on my current homepage (currently a hybrid between the two themes)
http://www.bernardpretorius.com
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
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 🙂
Popular choice
Professional Developers At Your Fingertips!
If you need services beyond standard support, we've got your back!
Services we offer:
Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.