I wish to show GDPR-related area on MyAccount page when user is logged in, because this is the same page that is also used for Login/Register when not logged in.
So, what am I doing wrong..I added this to Additional CSS and area disappeared well but now I cannot see it even when I am logged in..? Do you have some tip please?
.ct-ultimate-gdpr-container{
display:none;
}
/* to show area only to logged in users */
.logged-in.ct-ultimate-gdpr-container {
display: block !important;
}