Forums
Forums / Themes and Templates / customize foorer image
(@iu101)
14 years, 7 months ago
Hello everyone,
I have inserted an image to my footer and i was wondering how i can incorporate that image into style.css so i can customize the looks of it
appreciate any help in advance,
let me know if need to see any code from my pages.
(@rochee_jd)
you can add a class to that image so that you can call it in your stylesheet for example:
<img src="Your source" class="footerimage">
then call it on your css with:
.footerimage { /*style goes here*/ }
The topic ‘customize foorer image’ is closed to new replies.