Viewing 3 reply threads
You must be logged in to reply to this topic.
On the home page the service icons About Us, Our Vision and Our Team have a paragraph that when rolling over the icons should show up but no longer do.
Hello,
I added this code into your custom css box:
.services_steps p:hover {
opacity: 1 !important;
}
Please clear cache and refresh page.
Best regards!
When I view the site in tablet mode this text is not visible.
Hello,
Please add this code too:
@media (max-width: 1024px){
.services_steps p:hover {
opacity: 1 !important;
}}
It will affect the ipad landscape layout. Let us know.
Best regards!
You must be logged in to reply to this topic.