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

Changing grey text boxes and text colour (1.7.3) | Forum

Topic location: Forum home » Development » Themes
Dave
Dave Apr 20 '15
How do I change the default grey text box fill colour and the text colour so it applies to ALL web pages?



Oxwall Tips
Oxwall Tips Apr 20 '15
Most likely you will need to edit various Css classes. Try following custom CSS to start with : https://skatips.wordpress.com/...d-color-of-box-caps/
Kяuncн Leader
Kяuncн May 8 '15

.ow_box_cap .ow_box_cap_body {

  background: orange}

.ow_box_cap h3, .ow_box_cap_empty h3 {

  color: #000;

  text-shadow: none}



This is for the Module/Widget heads..


The Forum post is edited by Kяuncн May 8 '15