MyBB Community Forums
blockqoute and code background[help] - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html)
+------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html)
+------ Thread: blockqoute and code background[help] (/thread-153764.html)



blockqoute and code background[help] - skyle17 - 2014-05-14

please help me about this:
how to change the background..
[Image: Untitled.png]

some bug!!


RE: blockqoute and code background[help] - marcus123 - 2014-05-14

Find:

.blockquote {
background: #change_me_baby;
}

Global.css


RE: blockqoute and code background[help] - skyle17 - 2014-05-15

(2014-05-14, 07:56 PM)marcus123 Wrote: Find:

.blockquote {
background: #change_me_baby;
}

Global.css

thanks