Spoiler Box Colour on Mobile
3 posters
Page 1 of 1
Spoiler Box Colour on Mobile
Hello.
So I don't own a mobile phone myself, but on our dark theme with white text, one of my users let me know that the spoiler box shows grey on white. I solved this problem for the forum itself using someone else's code in the cssstylesheet from one of your help threads, but I don't know how to code myself. Is it possible to change the colour of the spoiler box in mobile to black? I'm on a phbb3 forum.
What My User Sees

So I don't own a mobile phone myself, but on our dark theme with white text, one of my users let me know that the spoiler box shows grey on white. I solved this problem for the forum itself using someone else's code in the cssstylesheet from one of your help threads, but I don't know how to code myself. Is it possible to change the colour of the spoiler box in mobile to black? I'm on a phbb3 forum.
What My User Sees
Re: Spoiler Box Colour on Mobile
Hello,
Try adding this in your CSS:
Try adding this in your CSS:
- Code:
@media screen and (min-width:0px) and (max-width:640px) {
.spoiler_content.hidden {
color: #333333;
}
}
Re: Spoiler Box Colour on Mobile
Is there any topic that guests can see the spoiler message so i can test it out?
Edit: You have to add
to the code in order for it to work.
Edit: You have to add
|
Re: Spoiler Box Colour on Mobile
If it's all right, I'd like to wait to see if my user can see it too, just in case he can't for whatever reason.
Re: Spoiler Box Colour on Mobile
Problem solved & topic archived.
|

» Mobile view background colour same as text colour
» Spoiler background colour
» How do you change the spoiler font colour
» How to edit Spoiler Line's colour?
» Including colour into mobile template
» Spoiler background colour
» How do you change the spoiler font colour
» How to edit Spoiler Line's colour?
» Including colour into mobile template
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum