Additional Product? + CSS Question
-
Review site: https://crystalmassagecenter.gracecomputerinternet.org/make-an-appointment/
1. Is it possible to add one more product to the form? 10 products?
2. CSS Layout Question:
And I tried to add the following custom css code, but it doesn’t seem to have any affect. Even if I add !IMPORTANT to the end of the codes. How should I change the layout so it looks better on the form:div input[name=”product1”]:before {content: “Swedish Massage”; font-weight:bold;}
div input[name=”product4”]:before {content: “Thai Massage”; font-weight:bold;}
div input[name=”product7”]:before {content: “Acupressure Massage”; font-weight:bold;}
So the layout is as follows:
Swedish Massage:
(30 mins) at $40
(60 Mins) at $60
(90 Mins) at $90Thai Massage
(30 mins) at $50
(60 mins) at $70
(90 mins) at $100Acupressure Massage
(30 mins) at $60
(60 mins) at $80
(90 mins) at $120
- The topic ‘Additional Product? + CSS Question’ is closed to new replies.