Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Adding a Photo To Service – Acuity Scheduling

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #185512
    ampedout
    Participant

    I have been trying to find a solution to this for the last couple of days. I need to add an image next to my service listing on the website that I am building. http://www.energyreclaimer.com.

    http://energyreclaimer.com/wp-content/uploads/2014/10/service-image.png

    I assumed that it work would like this:

    #appointmentType-221563 {background-image:url('http://energyreclaimer.com/wp-content/uploads/2014/10/down-arrow.png');
        background-position: left;
        background-repeat: no-repeat;
        padding-left: 4em;
    }

    Among a lot of other CSS formatting variations. I am obviously not doing this correctly. Each appointment service type has an ID like shown in the picture. I am assuming that is what I will need to editing.

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.