• 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.

Viewing 1 replies (of 1 total)
  • 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*/
    }
Viewing 1 replies (of 1 total)
  • The topic ‘customize foorer image’ is closed to new replies.