Jump to content

mrb317

Circle Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by mrb317

  1. Are there any updates for this?
    I have multiple events that are spanning multiple days and I just want to remove the time from all event posts. Right now I have sticky CSS applied to the sidebar section (shown below) and I am wondering if that is interfering with the code I am trying to apply. I'd also like to remove the "Back to All Events" link on all event pages. If none of this is possible can I change the layout of the event page instead? I'd rather it display as a grid than a list. Or maybe there is some kind of plugin. ANY HELP IS APPRECIATED. @tuanphan ?

    CODE FOR STICKY SIDEBAR EVENT INFO: 

    /*sticky sidebar event info*/
    .eventitem-title {position:sticky!important; top: 20vh!important}

    .eventitem-meta{position:sticky!important; top: 30vh!important}

    .event-meta-addtocalendar-container.eventitem-meta{position: sticky!important; top: 38vh!important}

    /*event calendar buttons*/
    /*this code removes the divider line*/
    .eventlist-meta-export-divider, .eventitem-meta-export-divider, 
     [data-content-field="categories"]{
     display:none
    }
    /*this code adds some space to the top*/ 
    .eventlist-meta-export {margin-top:2rem!important}

    /*this code is for the Google link*/
    .eventlist-meta-export-google, .eventitem-meta-export-google{
     background:#D7D8DA; 
     padding: .35rem; 
     border-radius:.25rem 

     .eventlist-meta-export-google:hover, 
    .eventitem-meta-export-google:hover{ 
     background:#efefef; 
    }
    /*this code is for the iCal link*/
    .eventlist-meta-export-ical, .eventitem-meta-export-ical{
     background:#D7D8DA; 
     padding: .35rem; 
     border-radius:.25rem; 

     .eventlist-meta-export-ical:hover, 
    .eventitem-meta-export-ical:hover{
     background:#efefef; 
    }

    THIS IS THE CODE I'VE USED TO REMOVE THE TIME DETAILS (not working): 

    .eventlist-meta-time {display: none !important;}

    image.png.eae4b793bfafe3f79615b5f924aa1ba6.png

×
×
  • 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.