Hi Support,
I am currently working on the Model Popup Window in my Child theme under “Privacy and Cookies”. During a test, I noticed that the window in the upper part shows the heading “Footer Einstellungen”. How can I correct this?
Thank you for any help.
Best regards,
Markus
Hey LFK,
Could you please attach some screenshots of the issue?
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hi Victoria,
Screenshot and temorary login is in private content.
Best regards,
Markus
Hi,
Thank you for the login, I couldn’t find where “Footer Einstellungen” was getting added so I added the css below to overwrite it with “Datenschutzrichtlinie” I assume this is the correct text, if not just let us know what you would like it to say, or nothing.
.mfp-content h3.av-special-heading-tag {
visibility: hidden;
}
.mfp-content h3:before {
content: 'Datenschutzrichtlinie' !important;
font-size: 18px !important;
visibility: visible;
}
Please see the screenshot in Private Content area.
Please clear your browser cache and check.
Best regards,
Mike
Hi Mike,
thank you very much for you help, your code fix this issue very well!
Best regards,
Markus
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 in the Enfold forum and we will gladly try to help you :)
Best regards,
Mike