MyBB Community Forums
Background color change - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Development (https://community.mybb.com/forum-105.html)
+---- Thread: Background color change (/thread-207617.html)



Background color change - T^Boan - 2017-01-21

Hi, I'm completely new to MyBB. I am trying to change the background of what I am going to call "boxes". The images show what I mean. Basically, because my background image of the planet and surrounding space is of variable color, I need the transparent areas (in red) to have a solid background color like the areas in green.

   
Below Content Area "Box"

   
User Profile "Box"


RE: Background color change - meetdilip - 2017-01-21

You could check the CSS class and use background-colour. Use any url or hex colour code of your choice.


RE: Background color change - T^Boan - 2017-01-21

(2017-01-21, 09:29 PM)meetdilip Wrote: You could check the CSS class and use background-colour. Use any url or hex colour code of your choice.

I've been looking at the CSS but I don't know which one it is. I was hoping someone here might know.

Trial and error is getting me only so far. But it is getting me somewhere. Big Grin

(2017-01-21, 09:34 PM)T^Boan Wrote:
(2017-01-21, 09:29 PM)meetdilip Wrote: You could check the CSS class and use background-colour. Use any url or hex colour code of your choice.

I've been looking at the CSS but I don't know which one it is. I was hoping someone here might know.

Trial and error is getting me only so far. But it is getting me somewhere. Big Grin

Ok, it's not how I like it, but at least I have found some of the code and made it functional even though ugly, for now.


RE: Background color change - meetdilip - 2017-01-22

There is no way we could check without your forum url.


RE: Background color change - SvePu - 2017-01-22

(2017-01-22, 12:42 PM)meetdilip Wrote: There is no way we could check without your forum url.

=> http://www.ecoculturevillage.org/forum/ Wink


RE: Background color change - Ashan - 2017-01-25

<style>.bgcolorcss {background-color: anycolorname ;} </style>

Use class like
<div class="bgcolorcss">you any content </div>