Hey @fxground,
Thanks for writing in! Be advised that the toggle includes both the Text and the Icon. If you want target the icon in your custom CSS,using your browser’s Development Tool, you can check the live HTML code and find which CSS selector you need to use or what CSS code has been used to style the page.
Check out this video demonstration:
https://www.youtube.com/watch?v=EY3CCMWD67o
Based on the screenshot above, the container is x-anchor x-anchor-toggle
and the icon has x-graphic
and x-icon
as the containers of the SVG. You can use something like:
.x-anchor.x-anchor-toggle .x-graphic .x-icon {
/* your styling */
}
Be advised that custom CSS coding is beyond the scope of our support under our Support Policy. If you are unfamiliar with code and resolving potential conflicts, you may select our One service for further assistance.
Both the Text and the Icon are clickable to trigger the Modal.
Best Regards.