• e.lito

    (@elito-1)


    Hello i think i’ve found a bug.

    When choosing background overlay color i got this for html

    <a style="--color-bkg-hover:#f3cb13;" class="wp-block-tiptip-hyperlink-group-block">

    and css code is like that

    .wp-block-tiptip-hyperlink-group-block?{
    background-color: var(–color-bkg, none);
    color: var(–color-text, none);
    cursor: pointer;
    display: block;
    }

      For me it should be : style=”background-color:#f3cb13;”

      or in css it should be

      background-color: var(–color-bkg-hover, none);

      Thank you very much for your reply

    Viewing 1 replies (of 1 total)
    • Plugin Author Daniel Floeter

      (@kometschuh)

      If you don’t want set a hover color and just a background color, you have to “clear” the “Color > background hover” and set a “Color > background”.

      Maybe it doesn’t work because you use a special Theme, etc. please send us a screenshot (https://tiptoppress.com/contact/ ) or describe it in more details.

    Viewing 1 replies (of 1 total)
    • You must be logged in to reply to this topic.