• Resolved Henrii

    (@henrii)


    Hi,

    Im very new to all this and i dont know much about CSS. But ive put the Default Google Form CSS from into my plugin hoping it would change it.

    from what i understand was

    /* This hides the “Never submit passwords through Google Forms.” warning. */
    div.ss-form-entry > div.ss-secondary-text {
    display: none;
    }

    was to hide warning, but it hasnt.

    am i doing something wrong?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Henrii

    (@henrii)

    see i cant even post correctly either lol

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Best thing to do is to fill out my Help and Support form so I can look at your site.

    Did you enable Custom CSS on the plugin settings page? If you didn’t, then none of your custom CSS will have any affect. Also, if you used a prefix or suffix, then none of the example CSS I’ve provided will work as-is either.

    Thread Starter Henrii

    (@henrii)

    I managed to get some code working! Thanks for pointing out the enable button.

    One other thing, how do i make my questions Bold?

    Plugin Author Mike Walsh

    (@mpwalsh8)

    The questions on a Google Form typically have the class “ss-q-title” associated with them. So you should be able to do something like this:

    div.ss-q-title {
        font-weight: bold;
    }

    You’ll have to test it but I think that should do it.

    Thread Starter Henrii

    (@henrii)

    Thanks for helping! I have more question to come, but will make a new thread so that itll help others 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Form CSS’ is closed to new replies.