-
AuthorPosts
-
June 29, 2018 at 4:56 pm #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
July 1, 2018 at 9:16 am #979735Hey Marcel,
Could you post a link to where we can see the element in question please?
Best regards,
RikardJuly 2, 2018 at 9:28 am #980021Hi Rikard,
See the link in the Private Content.
Beste Regards,
MarcelJuly 2, 2018 at 8:39 pm #980260Hi,
This redirects to a login page. Do you have that info?
Best regards,
Jordan ShannonJuly 3, 2018 at 9:16 am #980461Hi 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, 4 months ago by Marcel.
July 3, 2018 at 6:22 pm #980670Hi,
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 ShannonJuly 4, 2018 at 10:47 am #981061Hi 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
July 5, 2018 at 7:49 pm #981715Hi,
You would want to add you the code I pasted above to colors.css
Best regards,
Jordan ShannonJuly 5, 2018 at 10:19 pm #981760Hi 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
July 6, 2018 at 6:46 pm #982175Hi Marcel,
Can you disable caching and minification for now?
Best regards,
VictoriaJuly 6, 2018 at 8:50 pm #982232Hi 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
July 7, 2018 at 2:27 pm #982469Hi 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,
VictoriaJuly 8, 2018 at 2:03 pm #982695Hi 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
July 8, 2018 at 4:04 pm #982713Hi,
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,
MikeJuly 8, 2018 at 8:18 pm #982811Hi Mike,
You did it!!! Thanks a lot. I’m very glad :-)
Regards from Marcel
July 8, 2018 at 8:33 pm #982821Hi,
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 -
AuthorPosts
- The topic ‘Privacy Policy link under login form’ is closed to new replies.