Home › Forums › Space themes support forum › space blog element button styling › Reply To: space blog element button styling
October 10, 2024 at 12:29 pm
#604040
Luke Nielsen
Keymaster
Hello,
Here is a custom CSS code for help:
.xts-post .xts-post-content >
.xts-button .xts-button-icon {
display: none;
}
.xts-post .xts-post-content >
.xts-button.xts-style-link-3 {
color: #ffffff;
min-height: 42px;
padding: 5px 20px;
font-size: 13px;
border-radius: 5px;
background: #439665 !important; // Change color
}
.xts-post .xts-post-content >
.xts-button.xts-style-link-3:hover {
color: #ffffff;
background: #3E8C5E !important; // Change color
}
Kind Regards