Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1144466

    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

    #1145284

    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

    #1145310

    Hi Victoria,
    Screenshot and temorary login is in private content.

    Best regards,
    Markus

    #1145488

    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

    #1145490

    Hi Mike,
    thank you very much for you help, your code fix this issue very well!

    Best regards,
    Markus

    #1145523

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Modal cookie window shows "Footer Einstellungen" as headline???’ is closed to new replies.