I just cannot seem to get the font size in my copyright area to display to my liking.
I have successfully resized the text that is not linked to 85% but the linked text size remains larger.
I tried this in the site copyright area:
<hr>
<span style=”font-size:85%;”><a href=”
http://www.ringettecalgary.ca/”>Ringette Calgary Association</a> © 2017 • Site Design by <a href=”
http://www.graphicillusions.ca/”target=”_blank”>Graphic Illusions Inc.</a></span>
I have tried many combos in the Custom CSS Rules including:
#site-ig-wrap {text-align:center;}
#site-info {float:none;padding-left:0; font-size:85%;}
#site-ig-wrap {text-align:center;}
#site-info {float:none;padding-left:0; font-size:85% !important;}
#site-ig-wrap {text-align:center; font-size:85%;}
#site-info {float:none;padding-left:0;}
Site is http://www.test.ringettecalgary.ca
I’m obviously missing something … any help would be appreciated!