in the service section, icons in circles: i would like to have NO HOVER/MOUSEOVER and that the circles are BLACK from the beginning, not changing colour. How to do that and where?
thank you, the colour is fine now. But: there is still the mouseover, that means the cursor changes to pointer/hand on the icon. Is it possible to change/disable that?!
Hi there,
in the service section, icons in circles: i would like to have NO HOVER/MOUSEOVER and that the circles are BLACK from the beginning, not changing colour. How to do that and where?
Thank you :-)
Lars
Hello, try adding
.service-item.text-right .fa-stack, .service-item.text-left .fa-stack {
color: #222222;
}
in theme options -> styling options -> custom CSS
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hello,
thank you, the colour is fine now. But: there is still the mouseover, that means the cursor changes to pointer/hand on the icon. Is it possible to change/disable that?!
Thank you
Lars
Right then the extra code is:
.service-item i {
cursor: default;
}
.service-item.text-right .fa-stack, .service-item.text-left .fa-stack {
cursor: default;
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy