• Resolved francoc30

    (@francoc30)


    Hi,
    I prefer to place the CSS tweaks in my child theme Stylesheet instead of the Additional CSS area. Somehow the tweak codes do not work in the child theme. I wonder if the snippets need modification in order to work in a stylesheet of a child theme, or put in somewhere as in the child theme. The ones I tried are:
    .swpm-login-widget-form .register_link {
    display: none;
    }
    .swpm-login-form-register-link {
    display: none;
    }
    .swpm-login-widget-form {
    margin-right: auto;
    margin-left: auto;
    max-width: 310px;
    }

    Also is there a similar snippet for the [swpm_mini_login] widget, to hide the Join Us link?

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi, are you talking about the following CSS tweaks?

    Can you also share your URL so that I can take a look.

    Thank you

    Thread Starter francoc30

    (@francoc30)

    Yes, the tweaks in the documentation. At this point, I am interested in hiding the Join Us link from the login form and login-mini widgets. I prefer to put the css in my child theme. Here is the url
    https://test.ccpst.com/en/home-e/
    Thanks

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, the CSS tweaks should work in your child theme.

    For the mini login, try the following custom CSS code.

    .swpm_mini_login_join_now {
        display: none;
    }

    Thank you

    • This reply was modified 4 years, 6 months ago by mbrsolution.
    Thread Starter francoc30

    (@francoc30)

    Thanks. It works. The link is hidden. Can the text :Not a member?” be hidden as well? Or replaced by another text?

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, try the following custom CSS code.

    .swpm_mini_login_no_membership {
        display: none;
    }

    Thank you

    Thread Starter francoc30

    (@francoc30)

    That is great. Thanks for the quick reply.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Miscellaneous CSS Tweaks’ is closed to new replies.