Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • ftwent Friend
    #165642

    Hello,

    Can somebody tell me where to change the background colors of my zeolite II template.

    I am using the Ultimate CSS Gradient Generator and i want this code to be my background color.

    Is this possible and where do i change it. If not possible how do i change the grey background in some thing with a little color:

    background: rgb(228,245,252); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(228,245,252,1) 0%, rgba(191,232,249,1) 50%, rgba(159,216,239,1) 51%, rgba(42,176,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,245,252,1)), color-stop(50%,rgba(191,232,249,1)), color-stop(51%,rgba(159,216,239,1)), color-stop(100%,rgba(42,176,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#e4f5fc’, endColorstr=’#2ab0ed’,GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* W3C */

    chavan Friend
    #398401

    /templates/ja_zeolite_ii/css/template.css

    Find the below code and replace the color Code “#F0F0F0” with your Color Code.


    body#bd {
    background: #F0F0F0;
    color: #666666;
    margin: 0;
    padding: 0;

    }

    Note: If you Find my Post useful please click on the Thanks Icon

    ftwent Friend
    #398430

    Ok i found that out but the thing is, is it possible the make the background go from lite to darker with a Gradient tool like Ultimate CSS Gradient Generator.

    I made to code with that tool but when i try to paste it its not working…i probably doing it wrong because i never work with a gradient tool before.

    chavan Friend
    #398448

    Some browsers does not support CCS3 level of Code. Better use an Image Instead of this gradient background css code.

    ftwent Friend
    #398455

    Ok thats al i want to know thx

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  ftwent 13 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum