Home Forums WoodMart support forum Bug Shop buttons after 7.1.2

Bug Shop buttons after 7.1.2

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #443961

    lpsdlv
    Participant

    Hello,
    after updating to 7.1.2 the shop buttons seem to have size problems when using standard button style. The buttons are very small.

    This code seems to be the problem:

    .wd-hover-standard .wd-add-btn>a {
        border-radius: var(--btn-accented-brd-radius);
        color: var(--btn-accented-color);
        box-shadow: var(--btn-accented-box-shadow);
        background-color: var(--btn-accented-bgcolor);
        text-transform: var(--btn-accented-transform, var(--btn-transform));
        font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
        font-family: var(--btn-accented-font-family, var(--btn-font-family));
        font-style: var(--btn-accented-font-style, var(--btn-font-style));
       min-height: unset;
    }

    The last line min-height: unset unsets the min height making the button smaller.

    Screenshots in private section.

    • This topic was modified 1 year, 10 months ago by lpsdlv.
    #444047

    Artem Temos
    Keymaster

    Hello,

    Thank you very much for your report. We have released a new update 7.1.3 with the fix.

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)