Thread Starter
Pastis
(@pastis)
hi Nobita,
I had read that post before and tried it, but nothing changed. I copied the whole code in the grey box in style.css.
What do you mean by ‘Add to style.css last line below rules’
As you can tell, I’m not very familiar with any sort of code.
tx.
Please tell me
Raindrops color type ? (dark,light,w3standard,minimal)
Raindrops page width ? (750px,950px,fluid, 974px)
Thread Starter
Pastis
(@pastis)
color type: dark
page width: 974px fix
I need the color of the main column to be #e2dcd9
tx!
please try below
#doc4 #yui-main,
#doc4{
background:#e2dcd9!important;
color:#000!important;
}
#doc4 a{
color:#555!important;
}
#doc4 .yui-b,
#doc4 #sidebar,
#doc4 .rsidebar,
#doc4 .lsidebar,
#yui-main,
#doc4 #bd,
#doc4 #top{
background:inherit!important;
}
Thread Starter
Pastis
(@pastis)
when I do this, the columns on either side of the main column change to the same color as the main and this makes text invisible; there is no purpose to the side columns then. Side columns should be red.
See link to site below.
http://http://www.dierenartsenvanoost-vermeiren.be/wordpress/#sthash.dBrTvyyy.JUKlUsbM.dpbs
tx
Please change font color, link color at customize page.
( Appearance / Customize )
sidebar background
#doc4 #yui-main,
#doc4{
background:#e2dcd9!important;
color:#000!important;
}
#doc4 a{
color:#555!important;
}
#doc4 .yui-b,
#doc4 #sidebar,
/*#doc4 .rsidebar,
#doc4 .lsidebar,*/
#yui-main,
#doc4 #bd,
#doc4 #top{
background:inherit!important;
}
#doc4 .rsidebar,
#doc4 .lsidebar{
background:#f00!important;
}