• Resolved Pastis

    (@pastis)


    how do I change the color of the main column where posts are inserted. I gathered this is called the #yui-main, but I cannot find in the style sheet where to alter the RGB codes of this part.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author nobita

    (@nobita)

    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.

    Theme Author nobita

    (@nobita)

    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!

    Theme Author nobita

    (@nobita)

    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

    Theme Author nobita

    (@nobita)

    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;
    }
    Thread Starter Pastis

    (@pastis)

    fixed, thank you!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘change color main’ is closed to new replies.