Hi,
I have created a new button.
The button name is “COMIENZA YA”, and I give it a css class on ABL button contents “.btncomienza”
.
Then, I go to enfold css editor and add the class names and desired attributes:
.btncomienza {
font-size: 148px !important;
color: #808080 !important;
padding: 250px!important;
border-radius: 25px;
background-color: #CA2A1E !important;
}
But the button has no changes, font size does not increse, button color does not change (instead bg color change)
I need to modify just only button properties.
I appreciate your help
Regards
Santiago
Hey enfold,
Try this instead:
.btncomienza a {
font-size: 148px !important;
color: #808080 !important;
padding: 250px!important;
border-radius: 25px;
background-color: #CA2A1E !important;
}
Best regards,
Rikard
Great Rikard!!! Thanks so much!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon