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

Background colour - Trendy_Dark | Forum

lockey
lockey Jul 14 '16
Hi ,
Grate theme, I have managed to change the background colour on our site
www.nu-perception.com/index but we are having issues getting rid of a blue border around elerments/widgits that are placed on the page.
Please see the screen shot

thanks in advance

Attachments:
  screenshot.png (318Kb)
ross Team
ross Jul 14 '16

.ow_box_empty {

    background-color: #262c3a;

    position: relative;

    padding: 10px;

    /* border: 1px solid #1e2432; */

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);

    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);

    box-shadow: 0 1px 3px rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);

}


on line 2136 of the default bace.css file


you need to remove background-color or apply your color and remove border or apply your color. Don't forget above dev mode. 

The Forum post is edited by ross Jul 14 '16
You do not have permission to reply this topic