Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1060144

    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?

    #1060957

    anybody?

    #1061234

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.