Hey, there’s not really a built-in option for that, but a work-around would be to set the title color to the same as the background with this:
.home-iconmenu a h4, .home-iconmenu a p {
color: #333;
}
Then you can change the hover color with this:
.home-iconmenu a h4:hover {
color: #fff;
}
Just paste those into your custom css box in theme options > advanced settings. Just replace the colors with your own.
Hope that helps!
Hannah
Thread Starter
Aari
(@aari)
Hello Hanna,
Thank you for your help. Actually I think I didn’t say it well.
For example I would like to make the title of contact so that contact appear only when your mouse is on the icon?
Best,
Ari
Thread Starter
Aari
(@aari)
The portfolio images already do this. Have you tried adding a portfolio carousel to your page?
Thread Starter
Aari
(@aari)
Oh, I will try thank you.. Sorry I’m really new with wordpress..
Thank you