please post a link to your site.
what theme are you using?
what exactly are you adding?
i’m trying to add just words on the login page
so in the html it would be: <div id=”serve”<h1>serving downtown toronto</h1></div>
<div id=”rise”><h2>rising above your expectations</h2></div>
and my css would is: #serve{ font-size:3.5em; color:#000; display:block; position:absolute; top:550px; text-transform:uppercase; }
#rise{ font-size:2em; color:#000; display:block; position:absolute; left:400px; top:550px; text-transform:uppercase; }
oops i forgot the > but it still doesn’t work
so it looks like
<div id=”serve”><h1>serving downtown toronto</h1></div>
<div id=”rise”><h2>rising above your expectations</h2></div>