• Resolved yourfriend333

    (@yourfriend333)


    Hello,
    How I can edit login and register forms. Example: font size, weight, color, listing and so on.
    Where I can find file to edit them?

    Thank you,
    Edward

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Georgian Cocora

    (@raster02)

    Hello Edward,

    You can find the stylesheet in paid-member-subscriptions/assets/css/style-front-end.css.

    Let me know if this is what you were looking for.

    Regards.

    Thread Starter yourfriend333

    (@yourfriend333)

    I already tried to change that css, but somewhy nothing changed. Maybe you know some other way or how exactly I could change for example: font size?

    Regards,
    Edward

    Plugin Author Georgian Cocora

    (@raster02)

    Hello,

    Font-size is inherited from the theme. You can modify it just for the form if you add the following rule somewhere:

    .pms-form label {
       font-size: 20px;
    }

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to edit login forms’ is closed to new replies.