Hi,
i would like to change the “read more” from the blog to a button?
kind regards Jak
a quick and easy way is to style that link as button :
.more-link {
padding: 5px 10px !important;
color: var(--enfold-main-color-button-font) !important;
background-color: var(--enfold-main-color-primary);
border-radius: 5px !important;
}
.more-link:hover {
color: #FFF !important;
opacity: .9;
transition: all .4s ease-in-out;
box-shadow: 1px 1px 5px #333;
}
change colors to your needs
Hi Guenni,
thanks for your help!
Works great!
kind regards Jak
Hi,
Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike