Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #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.

    #1147698

    Friech
    Moderator

    Hi 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!

    #1159220

    This 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!

    #1159333

    Friech
    Moderator

    Hi There,

    Glad that helps. To change the reference color, add this on Customizer > Global Custom CSS.

    a sup {color: red;}

    Thanks.