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 dropdown menu colour - Omni Blue | Forum

Joel
Joel Sep 5 '16
Great responsive theme Ross!


I have been searching the base.css file for a while now and can't work out how to change the colour of the dropdown menu (see attached image).


Any help would be greatly appreciated mate.


Cheers

Attachments:
  blue background.png (63Kb)
ross Team
ross Sep 5 '16

it's html body .ow_console .ow_tooltip_body {

background: #55A7D1;

    border: 1px solid #fff;

    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.4);

    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.4);

    box-shadow: 0 2px 8px rgba(0,0,0,0.4);

}


on line 1381 of base.css file

Joel
Joel Sep 6 '16
Thanks Ross - you're a legend!
You do not have permission to reply this topic