Support Offline:
Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time:
Our Time:
-
Forum
-
JUX Member Forum - Restricted to Members Only
-
JUX Social Extensions
-
JUX Youtube Feed
-
yotti popup overlay color
yotti popup overlay color
Less
More
-
Posts: 3
-
Thank you received: 0
-
-
6 years 6 months ago #20433
by Holger Neu
Hello,
the popup background is default rgba (0,0,0, .7.
How and where can I change this in e.g. rgba (255,255,255, .
;
.yottie-popup .yottie-popup-overlay {
position: absolute;
visibility: hidden;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,.7);
transition: .25s ease;
}
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 4926
-
Karma: 49
-
Thank you received: 334
-
-
6 years 6 months ago #20440
by HaiND
Hi
Thank you for feedback us
please go to back-end modules -> tab advanced -> custom css and add code:
#yottie_popup_1 .yottie-popup-overlay {
background: rgba(255,255, 255, 0.7)!important;
}
as images below:
prnt.sc/jd13d2
hope it will help you
Thanks
Best Regards
--HaiND--
Please Log in or Create an account to join the conversation.
-
Forum
-
JUX Member Forum - Restricted to Members Only
-
JUX Social Extensions
-
JUX Youtube Feed
-
yotti popup overlay color
Time to create page: 0.036 seconds