designhalffull Posted December 20, 2023 Share Posted December 20, 2023 (edited) I have successfully added text above the button/after the form fields in lightbox mode for my form, which is located in the footer of my site. However, I only want this message to appear in this form, and not others on the site. How do I target only this specific lightbox form? This is the code I used to add the text: .field-list:after { content: "I will never share or sell your information"; display: block; margin-bottom: 17px; font-family: inconsolata; font-style: italic; white-space: pre-wrap; opacity: .55; } Edited December 21, 2023 by designhalffull Link to comment
Solution designhalffull Posted December 21, 2023 Author Solution Share Posted December 21, 2023 Update: I was able to solve this in a simpler way by using the "line" field in my form and leaving the title blank and toggling off the line. This leaves just the description text showing and requires no CSS. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment