Hi there
I want to change the styling of one button line element that only appears once on my website. Therefore I added the custom css class “herzbutton” to this elements custom css field (without quotation mark). The code I added to the child themes quick CSS field is the following:
.herzbutton {
color: #ffffff;
border-color: #ffffff !important;
background: #e8372d !important;
border-right-width: 1px !important;
border-bottom-width: 1px !important;
border-left-width: 1px !important;
border-top-width: 1px !important;
}
unfortunately,it does not work (it does not work with and without the !important tag)
Any idea what it is that I am doing wrong?
anybody?
Hi eKMUch,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria