Hello where is the “close” button of the Pop up in the portfolio app?
With best regards
Anja
Hello where is the “close” button of the Pop up in the portfolio app?
With best regards
Anja
You want to change style of X close button or?
I cant see the x-button nowhere: https://expedition-mallorca.com/ for example: “Social Club Mallorca - Unsere schöne Erinnerung bleibt” >> Pop Up
Hi @user14136
It seems the Website Translator widget overlapped the Portfolio’s popup, causing the issue. We’ve added the following CSS code to all your Portfolio widgets to fix it:
.global-styles,
.eapp-portfolio-project-viewer-component {
z-index: 9999999999;
}
Let me know if it helped