• amscott

    (@amscott)


    I’m using the Brightpage theme and I have the Full Text box checked under Settings>Reading, yet my posts are showing on my home page as a Summaries. I haven’t had this problem with other themes. Is there a way to make the posts Full Text?

    thanks.

    http://wordpress.org/extend/themes/brightpage/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator t-p

    (@t-p)

    try replacing in your theme’s templates:

    the_excerpt() with the_content()

    Thread Starter amscott

    (@amscott)

    I managed to fix it…thank you.

    Do you know how I can make the Post Title font darker? I was able to darken the body font but I’m not sure which one in css is the correct one for Post Title.

    Moderator t-p

    (@t-p)

    Do you know how I can make the Post Title font darker?

    It’s difficult to say withiout your site’s url.

    But, try changing the color property from #333333 to darker in this CSS rule:

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #333333;
    }

    Thread Starter amscott

    (@amscott)

    thanks. I changed it and it worked.

    Moderator t-p

    (@t-p)

    you are welcome 🙂

    Thread Starter amscott

    (@amscott)

    Hi t-p,

    Maybe you can help me with the font size. In other themes, it’s easy to increase, but I’m not sure which one to change in css style. Do you know how I can do this?

    thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Brightpage theme-How can I make my posts full text and not summary on Home page?’ is closed to new replies.