Jump to content

Adding html styled text block to light box form

Recommended Posts

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>

Bildschirmfoto 2022-09-11 um 16.00.02.png

Link to comment
  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

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>

Bildschirmfoto 2022-09-11 um 16.00.02.png

Can you share the link that has the button to open this lightbox?

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you

Link to comment
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

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

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.

Link to comment

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;
}

Screenshot_1.png.8f7245f298ffc74b48985672ce1a847a.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.