Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #13165
    impresnet
    Member

    Hello.

    How to change the background color of the pages, and on the cover (http://oi44.tinypic.com/2lm5ees.jpg)?

    My test page is:http://www.impresnet.com/esc/EAO/

    #13217
    Sakin
    Keymaster

    @impresnet: For color options upgrade to Catch Everest Pro version where there is Color Picker in Theme Option panel though with you can easily change it.

    #13338
    impresnet
    Member

    I have no money to upgrade to the Pro version, you may give me the CSS code please?

    #13340
    Sakin
    Keymaster

    @impresnet: You can try adding the following CSS in “Appearance => Theme Options => Custom CSS” box”
    #main { background-color: #000; }

    #13396
    impresnet
    Member

    Thank’s.

    It is possible to have a different color on the cover and inside pages?

    #13403
    Sakin
    Keymaster

    @impresnet: yes you can. You can differentiate with

    /* For inside page */
    #main { background-color: #000; }
    /* For Homepage */
    .home #main { background-color: #000; }
    #13500
    impresnet
    Member

    And the white space at the bottom of the pages? http://oi44.tinypic.com/1oug0k.jpg

    #13509
    Sakin
    Keymaster

    @impresnet: If you want to change the color of overall site area then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .site { background-color: #000; }

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change Color pages’ is closed to new replies.