Hello!
I’m trying to target the modal toggle text color to change on hover. The normal state targeting I have works just fine, but for some reason the hover isn’t working.
URL in secure note.
Hello!
I’m trying to target the modal toggle text color to change on hover. The normal state targeting I have works just fine, but for some reason the hover isn’t working.
URL in secure note.
Hello @comdoc_marketing,
Thanks for writing to us.
Please add this CSS to make text colour change on the hover. Add the CSS code under X/Pro—>Theme Option —>CSS
a.xbs-button-002-toggle .x-anchor-content span.x-anchor-text-primary:hover {
color: #ffffff !important;
}
The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.
Hope it helps you.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.