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

Left Menu CSS Change | Forum

Topic location: Forum home » Development » Themes
Bob Brown
Bob Brown Dec 7 '15
I know it's possible to change the background wrap and outer wrap color. However I'm using this below and clear cache and stuff and still appears not to have saved.

.ow_menu_wrap {
    background: #00000 none repeat scroll 0% 0%;}

Regards,
Bobby
Layth
Layth Dec 7 '15
Use color #000000

 use one of these 


.ow_menu_wrap {
    background: #000000 none repeat scroll 0% 0%;}


* or just this


.ow_menu_wrap {
    background-color: #000000;}


this will change menu background to black ..

Bob Brown
Bob Brown Dec 7 '15
Hello,

Ok that worked out! Thanks, also there is an outline of the menu, do you know the .ow_ for that to change the color and the top right corner buttons and drop down colors? If you need to see what I'm talking about you can visit my site at www.americanpbn.com

Regards,

Bobby

The Forum post is edited by Bob Brown Dec 7 '15
Layth
Layth Dec 7 '15
show me pic
Bob Brown
Bob Brown Dec 7 '15

The left border and the top left across the top. As well as the top upper right buttons and drop down background color of buttons as well as the text color.
Layth
Layth Dec 7 '15
I didnt understand what you want! <just make a mark on element that you want to change in the pic
Layth
Layth Dec 7 '15
ok

1- use this for black 

@media (min-width: 1100px){ .ow_menu_wrap { bordebackground-color: #000000; }}


2- is a pic this here link you can recolor the line ****/themes/facebook_go_dark/images/footertop.png

3-  use this 
.ow_console_body {border-bottom:initial;}

The Forum post is edited by Layth Dec 7 '15
Layth
Layth Dec 7 '15
for 2***  



if you dont want to change the image color,use this


.ow_main_menu li a { background: none; }

The Forum post is edited by Layth Dec 8 '15
ross Team
ross Dec 7 '15
Topic was moved from General Questions.
Bob Brown
Bob Brown Feb 17 '16
How do you change the color of the drop down menus on the top?
Kяuncн Leader
Kяuncн Feb 17 '16

.ow_tooltip .ow_tooltip_body {

background: #fafafa none repeat scroll 0 0;

border: 1px solid #d4d4d4}