Hi everyone.
I would like to put a telephone number above the sheet on this site so that it looks similar to what they have done on this site.
Any advice on how I go about doing this?
Many thanks!
you could put a span with some formatting and the phone number into one of the first divs of your arti theme:
<div id="art-page-background-glare-image" style="width:980px;"><span style="float:right;margin-top:10px; color:#aaa;font-size:30px;">0880 956 2345</span></div>
(in header.php)
you could extract the inline styles into the stylesheet to make it tidyer.
awesome. thanks again alchymyth!
This topic has been closed to new replies.