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 Box color for Menu (Panel) | Forum

Topic location: Forum home » Development » Themes
Andy Power
Andy Power Jan 24 '17
Hi,
as you see in the attached image, I want to change the background-color of the box.

Can someone help?!

[And 2nd: I also would like to change the background color of other boxes, for ex. see 2nd attached picture.
Is there maybe a style-sheet for CSS editing anywhere, that explains which line stands for which action?]
The Forum post is edited by Andy Power Jan 24 '17
Attachments:
  f2.PNG (51Kb)
  f3.PNG (8Kb)
Darryl B Leader
Darryl B Jan 24 '17
.ow_tooltip .ow_tooltip_body {
    background-color: your color;
}
.ow_alt1, tr.ow_alt1 td {
    background-color: your color;
}
.ow_alt2, tr.ow_alt2 td {
    background-color: your color;
}

There are several videos on how to use inspect element.  Check this link.

https://www.google.com/...e=utf-8&oe=utf-8

You may also find this doc helpful.
https://wiki.oxwall.com/...themes-for-beginners
The Forum post is edited by Darryl B Jan 24 '17
Andy Power
Andy Power Jan 25 '17
Thank you very much!