This topic has 6 replies, 3 voices, and was last updated 5 years, 3 months ago ago by Rose Tyler
Hi! To be able to use the custom font I’ve uploaded for my website you’ve advised me to use the custom heading for buttons. I’ve added a background color to the custom heading.
1. The background color is not clickable, only the text is clickable
2. I would like to change the background color on hover & the text color on hover
How the ‘button’ looks now:
https://prnt.sc/or817j
Hello,
In this case, you need to use custom CSS code.
Add a custom class for the Custom heading element, and code like this:
.my-custom-button a {
padding: 8px 42px 3px;
}
.my-custom-button:hover {
background-color: #3d635a !important;
color: black !important;
}
Regards
Don’t know why but it’s not working :-S…. The color of the text changes to light grey while i’ve set it to dark grey!
I did change button to heading, that’s correct right?
Hello,
Check now. We have replaced heading by the button if you want to have bg color clickable.
Regards
Yes, great!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up