Home Forums WoodMart support forum PROMO BANNER BUTTON

PROMO BANNER BUTTON

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

    gzelasco
    Participant

    Thanks GUYS! you are the best support!!!

    It is posible to make the button style a little transparent ?

    #200309

    Hello,

    To make the button on the promo popup transparent Please add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    While making it transparent you need to also move the button to the right side to make it look good.

    .mc4wp-form input[type="submit"] {
    background: transparent;
    margin-left: 32px;
    border: 1px solid white;
    color: white;
    }

    You can adjust the values according to your needs.

    Best Regards.

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