We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Change Background color on floating right menu item | Forum

Topic location: Forum home » Development » Themes
Larry nelson
Larry nelson Feb 11 '13

how do you change the BG color on the floating menu bar on the upper right side.

Tester
Tester Feb 11 '13
@ Larry nelson
I think the background is a button image.
Larry nelson
Larry nelson Feb 11 '13
any idea what the name of it is
Alia Team
Alia Feb 11 '13

Larry,

admin panel>>appearance>>edit theme>>edit CSS:

.ow_console_body
{

 backgroundnone repeat scroll 0 0 #F4F4F4; 

border-bottom-left-radius2px;    

padding8px 4px 8px 8px;  

text-alignright;


Alia Team
Alia Feb 11 '13
Topic was moved from General Questions.
Larry nelson
Larry nelson Feb 14 '13
Thank You
Bobby
Bobby Feb 14 '13
Hi Larry,
Would you have happened to be looking to change the color behind the console because you managed to change the color of the rest of the very top of the page - the part that is exactly (within a pixel) the same height as the console? The very top of page which also, to the left, holds your site title?

With Aliia's help - through your post - I too have changed the color behind console. But I cannot for the life of me, find where to change the color of the very top of the page, surrounding the console.
Bobby
Bobby Feb 14 '13
Hi Leo
Thank you!
Attaching screenshot.
Attachments:
  P_C_Screen_Grab.jpg (62.21Kb)
Bobby
Bobby Feb 14 '13
Solved
I found it. Sorry. I'm still learning how to find my own answers. Hopefully all this learning how to learn newbie stuff will help me to help others in the future. Oxwall is awesome. I'm still getting used to oxwall forums. I'll get better. Thank you. Sorry, again.
A hint to anyone following my trail... read this tutorial: http://www.oxwall.org/forum/topic/2343

I don't mean to be too newb and I'd eventually like to help, if I can.
And here is what I was looking for.

.ow_site_panel
{
  height: 41px;
  background-color: #f4f4f4;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
}