Jump to content

Customizing the Event block & page

Go to solution Solved by tuanphan,

Recommended Posts

Site URL: https://www.etwaprowrestling.com/

On my main page I have two summary blocks listing upcoming and past events. I'd like to add the town and state to the location, so it'd be

The Green Mountain Classic

May 7, 2022 - Newport Municipal Building - Newport, VT

 

Untitled.thumb.jpg.02cb933e67f71866872718016fd4a5cf.jpg

 

I'd also like to add that information on the event page itself:

https://www.etwaprowrestling.com/events

 

And I'd like to remove the line break between future and past events, and instead have a headline after the future events that says "Past Events" similar to how I have it using a Summary and Text Block (I have both on the events page to show what I'd like it to look like, instead of the line.)

 

Any help would be greatly appreciated!

Edited by nfm
Link to comment
  • nfm changed the title to Customizing the Event block & page

Hi,

#1. I think you can add it in excerpt. Or what is problem with excerpt?

#2. Add to Design > Custom CSS

/* Past events */
.eventlist.eventlist--past:before {
    content: "Past Events";
    display: block;
    margin-top: 50px;
    font-size: 50px;
}
hr.eventlist-past-upcoming-divider {
    display: none !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!)

Link to comment
2 hours ago, tuanphan said:

Hi,

#1. I think you can add it in excerpt. Or what is problem with excerpt?

#2. Add to Design > Custom CSS

/* Past events */
.eventlist.eventlist--past:before {
    content: "Past Events";
    display: block;
    margin-top: 50px;
    font-size: 50px;
}
hr.eventlist-past-upcoming-divider {
    display: none !important;
}

 

1. I was hoping to eventually use excerpts for something else on the actual event page, instead of on the block, so I was hoping to be able to just add the town and state to the location display. Does that make sense?

 

2. Thank you! Is there a way to center that and also use headline 2 style?

Link to comment
  • Solution
On 2/18/2022 at 9:28 PM, nfm said:

1. I was hoping to eventually use excerpts for something else on the actual event page, instead of on the block, so I was hoping to be able to just add the town and state to the location display. Does that make sense?

 

2. Thank you! Is there a way to center that and also use headline 2 style?

Use this new code

.eventlist.eventlist--past:before {
    content: "PAST EVENTS";
    display: block;
    text-align: center;
    white-space: pre-wrap;
    margin-top: 50px;
    font-size: 50px;
    font-family: circe;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: uppercase;
}

 

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!)

Link to comment
5 hours ago, tuanphan said:

Use this new code

.eventlist.eventlist--past:before {
    content: "PAST EVENTS";
    display: block;
    text-align: center;
    white-space: pre-wrap;
    margin-top: 50px;
    font-size: 50px;
    font-family: circe;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: uppercase;
}

 

Thank you so much! 

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.