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;
}
}
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
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
|
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Spoiler Box Colour on Mobile
Yes, now it's working perfectly! Here's a screenshot:
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Spoiler Box Colour on Mobile
So can i mark this solved @Madzimum Thrill?
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
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
Okay, let me know when you're okay.
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Spoiler Box Colour on Mobile
Problem solved & topic archived.
|
Similar topics
» Including colour into mobile template
» Mobile Version Text Colour
» Post-head colour based on group colour of user
» How can I get my spoiler to look like this?
» Mobile Registration page / New Mobile Theme Version
» Mobile Version Text Colour
» Post-head colour based on group colour of user
» How can I get my spoiler to look like this?
» Mobile Registration page / New Mobile Theme Version
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum