ben_space Posted September 11, 2022 Posted September 11, 2022 Site URL: https://haebse.squarespace.com/spielplan/event-five-et78n I have figured out how to add custom text below the title in a light-box form in squarespace 7.1 but I am struggling with styling said text. Any advice? PW: Haebse2022 I am currently using: <style> .lightbox-content .form-title:after { font-weight: light!important; color: navy; Content:"TEXT." !important; display: block!important; margin-top: 20px!important; } </style>
Beyondspace Posted September 14, 2022 Posted September 14, 2022 On 9/11/2022 at 9:05 PM, ben_space said: Site URL: https://haebse.squarespace.com/spielplan/event-five-et78n I have figured out how to add custom text below the title in a light-box form in squarespace 7.1 but I am struggling with styling said text. Any advice? PW: Haebse2022 I am currently using: <style> .lightbox-content .form-title:after { font-weight: light!important; color: navy; Content:"TEXT." !important; display: block!important; margin-top: 20px!important; } </style> Can you share the link that has the button to open this lightbox? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
ben_space Posted September 15, 2022 Author Posted September 15, 2022 (edited) Here you go @bangank36: https://www.haebse.ch/spielplan/event-five-et78n PW: Haebse2022 Edited September 15, 2022 by ben_space
tuanphan Posted September 18, 2022 Posted September 18, 2022 On 9/15/2022 at 4:59 PM, ben_space said: Here you go https://www.haebse.ch/spielplan/event-five-et78n PW: Haebse2022 font-weight light is invalid, you can use font-weight: 300 !important; Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
ben_space Posted September 18, 2022 Author Posted September 18, 2022 Thank you @tuanphan. I would like to have the text to be structures like this. Any idea?: Mit einem Beitrag von CHF 50.– jährlich, unterstützen Sie unsere kulturelle Institution direkt und wirksam. Dabei geniessen Sie folgende Vorteile: Exklusives Vorkaufsrecht auf Tickets für heissbegehrte Produktionen wie Mimösli, Dani & Ensemble, Häbse & Ensemble, Comedy-Stars oder Musicals, jeweils zwei Tage vor dem öffentlichen Vorverkauf. Mindestens zweimal pro Saison zwei Tickets zum Preis von einem, sowie Ermässigungen auf diverse Produktionen. Regelmässige Informationen über unser Programm-Angebot. Bezugsrecht für 6 Mimösli-Tickets an unserem Internen-Vorverkauf. Zwei Tickets erhalten Sie sogar mit einer Ermässigung von je CHF 10.– Durch die zahlreichen Vergünstigungsangebote können Sie Ihren Beitrag mehrfach amortisieren. Wir danken Ihnen für Ihr Interesse und freuen uns, Sie im Häbse-Freundeskreis begrüssen zu dürfen.
tuanphan Posted September 20, 2022 Posted September 20, 2022 You can try something like this .lightbox-content .form-title:after { font-weight: 300; color: navy; Content: "Mit einem Beitrag von CHF 50.– jährlich, unterstützen Sie unsere kulturelle Institution direkt und wirksam. \A + Dabei geniessen Sie folgende Vorteile: \A + Exklusives Vorverkaufsrecht auf Tickets für heissbegehrte Produktionen wie Mimösli, \A + Dani & Ensemble, Häbse & Ensemble, Comedy-Stars oder Musicals, jeweils zwei \A Tage vor dem öffentlichen Vorverkauf. \A + Mindestens zweimal pro Saison zwei Tickets zum Preis von einem, sowie Ermässigungen auf diverse Produktionen. \A + Regelmässige Informationen über unser Programm-Angebot. \A + Bezugsrecht für 6 Mimösli-Tickets an unserem Internen-Vorverkauf. \A + Zwei Tickets erhalten Sie sogar mit einer Ermässigung von je CHF 10.– \A + Durch die zahlreichen Vergünstigungsangebote können Sie Ihren Beitrag mehrfach amortisieren. \A + Wir danken Ihnen für Ihr Interesse und freuen uns, Sie im Häbse-Freundeskreis begrüssen zu dürfen."; margin-top: 20px !important; white-space: pre; font-size: 12px; text-align: left; display: block; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
ben_space Posted September 20, 2022 Author Posted September 20, 2022 Thank you @tuanphan, this worked like a charm!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment