• Resolved hjr1514

    (@hjr1514)


    I would like to make the user messages like “login successful” red so they stand out on the page. How can I do that?

    Also have you done the user guide yet? The YouTube videos are a bit too basic.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi hjr,

    You could do this with custom CSS. For example:

    .ewd-feup-login-form-div {
    color: red;
    }
    

    While there is currently no PDF getting-started guide for this plugin, you can find our FAQs and documentation on our site, here: https://www.etoilewebdesign.com/support-center/?Plugin=FEUP

    Thread Starter hjr1514

    (@hjr1514)

    Thanks. Saw the FAQ and the Youtube videos, but the user guide says it is coming soon.

    As far as I can tell, those messages aren’t wrapped with a class so I can’t use custom CSS.

    Could you consider adding that feature to a future release? e.g. either adding a class tag for the messages and/or creating that ability on the options > styling > labeling option page.

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi hjr,

    Do you mean that, if you use the CSS we provided, it applies to all the text on the page? We’ll be releasing a rather big update in the next few days. I’ll check to see if it would be possible to add in a span around that specific text in our files for the update.

    Thread Starter hjr1514

    (@hjr1514)

    It applies it to the field labels (e.g. username, password), not the error message (e.g. You have to login to view this content), because the error message does not have a style associated with it.

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    We added a span around the “login successful” text in the update we released. The class is “ewd-feup-login-successful-message”. So you could do something like:

    .ewd-feup-login-successful-message {
    color: red;
    }
    
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Styling user messages’ is closed to new replies.