How would you add some text in the footer bar area (image example :
http://www.rkcomdesignservices.com//storage_workstations/sample.jpg )
something like this added in the footer ? maybe then what else? Thanks!
<div id="footer_tagline"> Whatever text I want </div>
Footer Tag line , add text ?
6 posts from 2 voices-
Posted 1 year ago #
-
Hey,
it's just a background image. You can simply move the copyright text upwards into this "footer tagline" (you can edit this text in footer.php). Open up style.css and search for:
#footer{ clear:both; padding:40px 15px; position:relative; font-size:10px; width:930px; float:left; }replace it with:
#footer{ clear:both; padding: 5px 15px 40px; position:relative; font-size:10px; width:930px; float:left; }Posted 1 year ago # -
Thanks Dude. but I don't want to move the copyright I want to add NEW text on that image.
Posted 1 year ago # -
Yes - just add your text to the copyright span in footer.php or add a new span-element directly before the copyright span. As I said above it's just a bg image - you can't "add text on it" but just add text to the copyright span or footer div.
Posted 1 year ago # -
Thanks~! =)
Posted 1 year ago # -
Glad that I could help you :)
Posted 1 year ago #
Reply
You must log in to post.














