Hi janneels
Add to your custom.css
.acm-features.style-dark h3 a {
color:#yourcolor;
}
.acm-features.style-dark h3 a:hover,
.acm-features.style-dark h3 a:focus,
.acm-features.style-dark h3 a:active {
color: #yournewcolor;
}
Most viewed events change the advanced tab code in new one from these below
bg-grey
bg-greydark
bg-light
bg-transparent
https://prnt.sc/opl23s
to change borders use this in custom.css
.t3-footnav .t3-module.mod-border {
border: 2px solid #yournewcolor;
}
Regards