Insert Custom HTML for a special link
-
Hi, I am trying to be able to style a link as the following in classic editor:
<p><a class="download" href="#">Download <i class="icon-download"></i></a></p>
I am looking at using $style_select to create an option to style a link but am unclear how to add the icon-download italic tag. Wondering If I am going about this the wrong way and some shortcode deal would be better?
array( 'title' => 'Download Link', 'selector' => 'a', 'classes' => 'download' )
Any suggestions?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Insert Custom HTML for a special link’ is closed to new replies.