Shape 5

Wordpress Club Themes => BlogBox - Club => : gtc6000 March 10, 2017, 11:14:27 AM



: Widget Style for Gray or Gradient
: gtc6000 March 10, 2017, 11:14:27 AM
I need to add opacity or make very light the color of the gray or gradient style.  The left column is too dark  (reconciliationmin.org).  I have been searching CSS and trying to make use of Firebug.   Any ideas?  Thanks in advance.



: Re: Widget Style for Gray or Gradient
: Tristan Rineer March 10, 2017, 01:46:49 PM
I'm not exactly sure what you're asking.  Could you give more specific details?


: Re: Widget Style for Gray or Gradient
: gtc6000 March 10, 2017, 04:44:32 PM
I'm not exactly sure what you're asking.  Could you give more specific details?

www.reconciliationmin.org

The left column is too dark.  I wanted to lighten the gray or use opacity somehow.  I was unable to locate the correct edit in CSS.


: Re: Widget Style for Gray or Gradient
: Tristan Rineer March 13, 2017, 10:26:35 AM
I found the following code by inspecting the left column with Firebug, the "background" line is the color you want to change; it is located around line 415 of css/template.css in the theme folder:

:
#s5_split_layout_column_wrap_outer {
    display: table-cell;
    width: 45%;
    background: #41444A;
    vertical-align: top;
    color: #FFFFFF;
}