• Resolved pacoute

    (@pascalesommero)


    Hello !
    Thanks for this plugin which meets my expectations.
    I have customized all the parameters but some problems remain.

    1. Text-shadox on button “Se connecter”. In Form Button & Links/Button text shadow, what are the parameters to save if I want no shadow (I have tested all the possibilities but the shadow remains). I dont’ find good settings in CSS. It’s ok when the button is hover.

    2. There is a problem in line spacing for the two lines “S’enregistrer Mot de passe oublié” and “Politique de confidentialité. Where can I change that ?

    3. Is there a possibility to remove the logo “1&1 Ions” on the top corner left of the page ?

    Thank you !!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @pascalesommero,

    Thank you for reaching out to us!
    1. To remove the shadow from that text please go to Appearance > Customize > Colorlib Login Customizer > Form Button & Links > Button text shadow > remove the values there and save.
    2. Please add this code in Appearance > Customize > Additional CSS:

    #login #nav {
    	margin-bottom: 10px;
    }

    3. To remove the logo please use this CSS:

    .login .logo {
    	display: none;
    }

    Warmly,
    Mihaela

    Thread Starter pacoute

    (@pascalesommero)

    Thank you for your reply but…

    For 1st point, I have already done it and nothing changes…
    For points 2 and 3, I have used the code you gave me in my CSS and nothing changes…
    What is the problem ?

    Thanks !

    Pascale

    Hello @pascalesommero,

    1. Please add this code in Additional CSS:

    .wp-core-ui .button-primary {
    	text-shadow: none !important;
    	color: black;
    }

    As for 2 and 3 I cannot see them added.
    Can you please send me a screenshot to see how and where you added them?

    Thank you,
    Mihaela

    Thread Starter pacoute

    (@pascalesommero)

    Thank you so much !
    Everything is OK. I used “general” additional CSS and not the Login Customizer one. Sorry for my mistake.
    Have a gook day !

    Thank you! Happy to hear all is good now.

    Warmly,
    Mihaela

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘text shadow and line spacing’ is closed to new replies.