change background color in CSS iframe
Hi,
Can anyone help me with changing the CSS?
I know a little css, when I change the background color, than also the background color in the "reply-box" (iframe) changes. Does anyone know how to prevent this or how to change the this background color?
Thx in advance!
Bart
3 replies
-
Hi Bart , thanks for your question! To change the background color, target #top in your css rather than the body class. This prevents the background color of the reply box from being changed. Here is the CSS:
#top { background-color: #f2f4f5; }
We have applied this CSS to your account. If you would like additional styling changes feel free to contact support@forumbee.com . We are happy to help you customize your CSS.
-
Hi. I would like to change color to a pinned topic - just to make it more easy for the users to see that this is an instruction (most important in the header - seen in the list of topics). I tried to change body background in the topic source but it seems that it was stripped.