Hi David,
I haven’t changed anything in the core files, but I have added this custom css.
.inner-page-wrap {
margin-bottom: 0px!important;
}
/* Changes color on fill to stroke button */
.sf-button.stroke-to-fill.large.custombutton {
background-color: #fff!important;
color: #0222A7!important;
border: 2px solid #0222A7!important;
}
/* Changes color on fill to stroke button on hover */
.sf-button.stroke-to-fill.large.custombutton:hover {
color: #fff!important;
background-color: #0222A7!important;
border: 2px solid #0222A7!important;
}
/* Padding on full width text block */
.full-width-text.fwtcustom {
padding-bottom: 20px;
padding-top: 20px;
}
/* Flipside background colour */
.sf-icon-box-animated .back sf-icon-box-animated .back h3 .sf-iba-custom{
color: #ffffff!important;
background: #0222A7!important;
border-color: #e4e4e4!important;
}
Best regards
Morten