Hi, could you please help with this, I changed the background colour t navy blue, however when I got the attached part it reversing the colour on the hover to black instead of navy blue on the text, could you please help so then text colour will change to navy blue rathet than black?
thank you it's a good start as left and center panel are working however for some reasion numbers on the right panel keeps disappearing on hover - please see attached
Hi, could you please help with this, I changed the background colour t navy blue, however when I got the attached part it reversing the colour on the hover to black instead of navy blue on the text, could you please help so then text colour will change to navy blue rathet than black?
Attached files: Recording 2025-02-03 085904.mp4
Hello Matty,
try this in customizer -> additional css
.flex-list:hover > span {
color: hex_color_code_here !important;
mix-blend-mode: normal;
}
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
thank you it's a good start as left and center panel are working however for some reasion numbers on the right panel keeps disappearing on hover - please see attached
Attached files: Recording 2025-02-04 094648.mp4
Hello, add also this code
.flex-list:hover h1.number-counter {
color: #000;
}
replace #000 with your own hex code
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
legend! thank you so much