Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #46957
    fabger
    Member

    Hi there, I would change the color of background and text of the pages, but I cannot. May you tell me how can I do it in css page?
    How can I change the background color of site’s title, too?
    Thanks in advance and congratulations for your nice theme!
    fabger http://britishlove.it

    #46960
    Sakin
    Keymaster

    @fabger: Actually detail color picker option is there in Pro version. But for the free version, you need to do it manually using custom css. You can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    /* Page Background & Text Color */
    #content article {
        background-color: #fff;
        color: #444;
    }
    /* Page Title Color */
    .entry-title, .entry-title a {
        color: #222;
    }
    /* Header Background Color */
    #header-content {
        background-color: #fff;
    }
    #60259
    Flamingo
    Member

    Hi,

    Great theme, thx for your work!
    I would like to create different page with a image-background. I found class=”.hentry” and i changed the background on all the id=#primary, but how can i get this background on special page, do i have to create a template with a different content-page or is there a simple way? Thx a lot!

    #60302
    Flamingo
    Member

    Hi,

    I found on my own! I create another template, with another content-page with another background. 🙂

    #60435
    Sakin
    Keymaster

    @Flamingo: Great. thanks 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Pages' background and text color’ is closed to new replies.