• Resolved ertdes

    (@ertdes)


    Hi,

    I am trying to fill develop a simple subscribe form and am attempting to change the display of the submit button. I have added the following CSS to the custom CSS tab:

    .subscribe_button {
    letter-spacing: 1.25px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: rgba(1, 1, 1, 0.76);
    width: 100%;
    border-radius: 0;
    padding-top: 18px;
    padding-right: 38px;
    padding-bottom: 18px;
    padding-left: 38px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    line-height: 1;
    }

    However, the button remains in the default layout. How can i fix this?

Viewing 1 replies (of 1 total)
  • Plugin Support Zhanna Khachatryan

    (@zhannak)

    Hello @ertdes,

    Can you please try to add an important declaration after the code to force the custom CSS work?

    If this won’t work, please try to add the code in Appearance > Customize > Additional CSS section and put the custom code there.

    If this also won’t help, then, please send us your form page link and we’ll check what is wrong with the code.

Viewing 1 replies (of 1 total)

The topic ‘Custom CSS Not Working’ is closed to new replies.