Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
I’m having trouble removing the white circle around the checkmarks (https://i.imgur.com/h3VSiU4.png) here (https://genoa.1docway.com/your-experience/). Is it possible?
Also, is there a way to change the hover color of the icons on this page (https://genoa.1docway.com/our-partners/) and speed up the transition time on the text hover?
Thank you for the help!
Hello,
1. To remove the white circle around the checkmarks, add this code to your custom CSS box:
.list li.titledesc dl dt .circle {
border-color: transparent;
}
2. Sorry, there is no option to make a hover color for this icon element.
For the text hover transition speed add this code to your custom CSS box:
.wpb_wrapper .wpb_raw_code.wpb_content_element.wpb_raw_html a {
transition-duration: 0.1s;
}
Edit the values as you wish.
Let us know.
Best regards!
You must be logged in to reply to this topic.