Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #47395
    harish
    Member

    We want to change internal pages background to white color and increase font size.

    So how to done these update.

    #47416
    Sakin
    Keymaster

    @harish: Can you be more specific. I am not sure what do you mean by internal pages. Do you want to change background color and font of just pages?

    #47455
    harish
    Member

    yes right. How i can change this?

    #47474
    Sakin
    Keymaster

    @harish: For detail color options, you should consider upgrading to Pro version.

    For page background color, you can change the color code and font size in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    #content .type-page {
        background-color: #fff;
        font-size: 15px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to change background color, font size of internal pages?’ is closed to new replies.