How to add to html containing multiple classes already
-
I have some custom html code that helps us achieve the design our client has asked for.
<div class="aligned"><img src="https://staging.cbs.business.ca.gov/wp-content/uploads/Transportation-grn-line.png" alt="transportation icon" width="84" /> <span class="stay-center"><p style="font-family: Korolev Medium, sans-serif; font-size: 24px; color: #28427d; line-height: 1.2em;">Business Improvement Districts (BID)</p> <p style="font-family: Roboto Regular, sans-serif; font-size: 16px; color: #909090; font-weight: 700; line-height: 1.2em;">PLACEMAKING DISTRICTS</p></span> </div>
Now we need to apply the popup feature. It’s just a standard custom box popup to be operated on click. I have assigned the popup the class: .bid_lb
Can you help me to fit this in the existing html code? Preferably, one would click anywhere in the div above to trigger the popup. We don’t want it tied to a certain span of words.
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to add to html containing multiple classes already’ is closed to new replies.