Hey there. I am working on a website where we are using custom shortcodes to display user information and other content specific to each user. As a result we have to write a good deal of the design using inline html and css. As an example - this is the button I had to make so that the user shortcode would behave properly:
<p><a class="e2040-42 x-anchor x-anchor-button x-icon" href="[accessally_field_value operation_id='6']" target="blank" style="width:70%; color:#36475e; height:45px;" ></i>[icon type="phone" style="padding:10px;"] Schedule Your Next Strategy Call</a><br />
I also had to add:
.e2040-42:hover {
color: #e27954 !important;
}
to the text elements css.
So here is my question:
I am creating a tooltip over text using the x-extra cornerstone shortcodes. I need to be able to place inline html and css inside the tooltip. Is this possible, I cant seam to make it work.
I also need to know how to make modifications to the tooltip style on just the one page.
Is there another element I should attempting this with instead of x-extra?
Also - I cant immediately give you access as I am not heading this project. I will have to seek permission from someone else on the team. I am hopping this gives you enough info to work with. Ultimately what I need is a tooltip like effect that pops up and will receive info from our custom shortcodes and allow me to put in links, or buttons. Or even have a global block element pop up on hover - that would be great.
one other idea I had, was using the accordion element, if it could be modified in a way that makes it open on hover and close when not.
thank you
Cece