popup box background color

Rate this topic: Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.3.50 out of 6 based on 2 vote(s)
GK User
Mon Apr 04, 2016 10:17 am
Reply with quote
Report this post
Whenever you submit an article at the frontend it appears with a black background.
ip_front (Mobile).jpg

I want to change that background to something else. It interferes with "report comment" and my booking module.
box_overlay (Mobile).jpg

Can you tell me how to do that?
User avatar
Fresh Boarder

GK User
Tue Apr 05, 2016 10:25 am
Reply with quote
Report this post
I've found the code using Chrome's inspect element, just don't know how to put it in the CSS override.
This is the code as presented in chrome:
********************
#sbox-content {
background: rgba(250, 95, 0, 0.68);
*************
(I've already changed the color from black to orange)
When I paste this in the override css, nothing happens, so probably I've done something wrong.
User avatar
Fresh Boarder

teitbite
Sun Apr 10, 2016 1:42 pm
Reply with quote
Report this post
Hi

Please tell me the url to Your site and send me an access to it. Than explain what to do to see this problem.
User avatar
Moderator

teitbite
Wed Apr 13, 2016 1:05 pm
Reply with quote
Report this post
Hi

Can You please tell me where is this adding new article option ? I've found one, but background is white.
User avatar
Moderator

GK User
Thu Apr 14, 2016 3:50 pm
Reply with quote
Report this post
If you go to this -> .../index.php/hanzeplein/item/566-macrogol-menzis#comment88 (rapporteren/rapport comment)
comment_black 1.png

or to this ->.../index.php/template/parkeren-auto (book a parking space)
parkspace 1.png

You should see the black background clearly.
User avatar
Fresh Boarder

teitbite
Wed Apr 20, 2016 9:59 am
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#sbox-window,
#sbox-content {
    background-color: #fff;
}
User avatar
Moderator

GK User
Fri Apr 22, 2016 11:07 am
Reply with quote
Report this post
Worked like a charm. Many thanks!!!

ps: I had to empty browser cache for the effect to be visible. Is there a way I can make sure all user will be able to the the changes right away?
User avatar
Fresh Boarder

teitbite
Mon Apr 25, 2016 1:11 pm
Reply with quote
Report this post
Hi

Put this code to Custom CSS field in template settings instead of the override.css file and this style will not get cached by browser.
User avatar
Moderator


cron