Viewing 7 replies - 1 through 7 (of 7 total)
  • You just need to add the CSS styles you want to your style.css file inside your current theme folder.

    Add an !important to the end of the sentences, so that it stands out, like this as an example:

    .wysija-button{
     background-color: red !important;
    }
    Thread Starter BalazsTU

    (@balazstu)

    I needed to find the right expression, but this worked just fine.
    Thanks very much! ??

    Thread Starter BalazsTU

    (@balazstu)

    Sorry, there is a bit of a problem. This solution doesn’t seem to change the color on mobile.

    You’ll have to check if your theme doesn’t use other stylesheets for your mobile version.

    Thread Starter BalazsTU

    (@balazstu)

    It’s a responsive theme so it only uses one stylesheet. I added the following but it didn’t change anything:
    @media screen and (max-width: 600px) {
    .wysija-submit{
    background-color: red !important;
    font-size: 22px !important;
    }
    }

    Thread Starter BalazsTU

    (@balazstu)

    solved it. thx

    Cool, good to know!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to edit css of form?’ is closed to new replies.