Tagged: cornerstone
-
AuthorPosts
-
August 25, 2016 at 8:04 pm #1147493
Hi, I am working on the page http://curatedgrape.com/?page_id=157 and trying to reference some stats in the text field. I would like to do this wikipedia style and have a superscript number at the end of a claim that links to the information reference at bottom of the page.
Could you please tell me how to edit the link to so the number is smaller and superscripted?
Would be great to do this in Cornerstone, but if not, the link code looks like 1. Can I add something to edit this?
Many thanks in advance.
August 25, 2016 at 10:44 pm #1147698Hi There,
Thanks for writing in! You can wrap the reference number into an anchor tag
<a href="">
and a superscript tag<sup>
.e.g.
<a href="#"><sup>[1]</sup></a>
Hope it helps, Cheers!
September 2, 2016 at 8:23 pm #1159220This is wonderful – you’ve made my day. Only issue now is the number reference text colour. My other text is a grey. how do I change the colour on the superscript tag? Thank you!
September 2, 2016 at 10:25 pm #1159333Hi There,
Glad that helps. To change the reference color, add this on Customizer > Global Custom CSS.
a sup {color: red;}
Thanks.
-
AuthorPosts