Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #979413

    Hi there,

    Since the new Privacy law, Enfold creates automatically a Privacy Policy link beneath the login form after selecting the Privacy Policy page. The color of the link is #0073aa but we use a dark background and the link is almost invisible. Is there a way to change that color into white?

    Cheers,

    Marcel

    #979735

    Hey Marcel,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #980021

    Hi Rikard,

    See the link in the Private Content.

    Beste Regards,
    Marcel

    #980260

    Hi,

    This redirects to a login page. Do you have that info?

    Best regards,
    Jordan Shannon

    #980461

    Hi Jordan,

    Thanks for your reply. I don’t think it is necessary to login because the issue is on the login page. Clients will login and see the “almost” invisible link.

    Enfold creates automatically a Privacy Policy link beneath the login form on the login page after selecting the Privacy Policy page. The color of the link is (wp-color) #0073aa but we use a dark background/photo as you can see on the login page and the link is almost invisible. Is there a way to change that color into white?

    Beste regards,
    Marcel

    • This reply was modified 6 years, 3 months ago by Marcel.
    #980670

    Hi,

    The default login page style in colors.css sets the text color of the links below the form:

    You would want to add this to colors.css

    .privacy-policy-link{
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

    #981061

    Hi Jordan,

    The only colours.css I could find are the one’s located in …/wp-admin/css/colors and there I can choose between blue, coffee, ectoplasm, light, midnight, ocean and sunrise. Is that what you mean?

    Beste regards, Marcel

    #981715

    Hi,

    You would want to add you the code I pasted above to colors.css

    Best regards,
    Jordan Shannon

    #981760

    Hi there,

    I pasted the code in all six css-documents ‘colors.css’ and refresehed/cached the website but the link is still WordPress blue…

    I don’t know what to do.

    Regards, Marcel

    #982175

    Hi Marcel,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #982232

    Hi Victoria,

    I search on the forums, but I don’t know what you mean by that. Do you mean the Performance-tab in Enfold?

    Beste Regards, Marcel

    #982469

    Hi Marcel,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Are you using some caching plugin?

    Best regards,
    Victoria

    #982695

    Hi Victoria,

    I’m sorry I can’t do that. No problem. It’s too complicated now, I think. Please close the topic. Ik will search for an alternative solution.

    Beste Regards, Marcel

    #982713

    Hi,
    I believe that if you add this function to your functions.php it will work to change the login css colors.

    function my_login_color() { ?>
        <style type="text/css">
            .privacy-policy-link{color:#fff!important;}
        </style>
    <?php }
    add_action( 'login_enqueue_scripts', 'my_login_color' );

    Best regards,
    Mike

    #982811

    Hi Mike,

    You did it!!! Thanks a lot. I’m very glad :-)

    Regards from Marcel

    #982821

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Privacy Policy link under login form’ is closed to new replies.