Viewing 7 reply threads
You must be logged in to reply to this topic.
Is it possible with the service circle icon to show the text when the user goes over the icon with the cursor? The service text effect has not the effect I want.
Hello,
Having the services circle changing the title to text on hover, will result in the same as services text effect. Please explain better, what effect you want to achieve?
Best regards!
If you have the 3 elements of “services text effect ” next to each other, then on a smartphone, these 3 elements would appear vertical but the text of the first one overlaps with the icon of the second one and so one. Is there a possibility to not overlap the text with the icon?
Best regards
Hello,
Please add this css code at Custom Css code at general options.
.services_steps { padding-bottom: 35px; }
Best regards!
Is there a way to remove the hover on the service square icons? ?
Hello,
You don’t want to display the text or you want the text to be displayed directly?
You can use other services elements or I can give you some custom css code.
Best regards!
This is the hover that I am talking about. I would like to remove this.
https://www.dropbox.com/s/tta0vq7e6scong2/Untitled-1.png?dl=0
Hello,
Please add these css code:
.services_large:hover .icon_wrapper, .services_steps:hover .icon_wrapper { background: transparent; } .services_large:hover .icon_wrapper i { color: #10b8c7; }
Best regards!
You must be logged in to reply to this topic.