Hello and thank you for your fast reply!
Unfortunately, that code did not do the trick.
What I am trying to disable is the permalink to a page that goes whenever you click on any part of the featured image on the homepage slider.
here is all my custom CSS to date:
/*
You can add your own CSS here.
Click the help icon above to learn more.
*/
#feature-slider .slides a {
pointer-events: none;
}
#feature-slider .entry-container { display: none; }
/* For Header */
#masthead.fixed-header.header-background { background: rgba(0, 0, 0, 0.7); }
.simcal-calendar {
max-width: 75% ;
margin-left: auto;
margin-right: auto;
}
.wpcf7-form {
font-size: 150%;
}
.swpm-join-us-link {
display: none;
}