On a classic button, there is a field for Link Title Attribute as shown in this screen shot. I can’t find this same field in the standard non-classic button.
Hello There,
Thanks for writing in! I can confirmed that the Link Title Attribute is missing in the v2 button element. I’ve submitted this to our issue tracker so the developers will be made aware of it.
Thanks for your understanding.
Thanks! Is there a work-around until new version is released? Is there any inline CSS that could be used?
Hi @MulderDSM,
Unfortunately, there is no workaround since this is more related to HTML coding and can’t be fixed by just CSS.
But for now, you can add the title through jQuery and CSS selector. Example, please add this code to your builder’s custom javascript.
jQuery( 'a.link_title_1').attr('title', 'your title here');
Then inspect your button, and simply add link_title_1
to its Class field within Customize section of the button.
The repeat each for each button with varying class, like link_title_2
and so on.
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.