Forums

CSS/PHP Help! Easy Clean-Home Theme Question (6 posts)

  1. thehenry
    Member
    Posted 10 months ago #

    I have a very special request for anyone who is really good at CSS/PHP....
    I have the theme clean home and I have been customizing it and am stuck at something that I don't know how to do (I am not a novice user at CSS), basically, I want the titles on the homepage of the site to look like this:
    http://farm7.static.flickr.com/6017/5965780323_760a1818a3_b.jpg
    <IMG SRC="http://farm7.static.flickr.com/6017/5965780323_760a1818a3_b.jpg">
    And the on the actual page of the posts, to have the title be above the sidebar and be bigger so that it expands across the whole page. Somewhat like this:
    http://farm7.static.flickr.com/6010/5965791175_3e625369fd_z.jpg
    <IMG SRC="http://farm7.static.flickr.com/6010/5965791175_3e625369fd_z.jpg"><p>
    Please if anyone has anyway to help me do this, I would be very happy! Thanks

  2. flashbuddy
    Member
    Posted 10 months ago #

    Don't know what theme you are using, will be different from theme to theme.

    Generally, edit home.php, or create it if not exist. Put the title code where you want it to appear, will affect the home page only.

    Open single.php to edit where the title appears on post pages. You can add a css class and style as needed.

    <h1 class="entry-title"><?php the_title(); ?></h1>

  3. marhabameg
    Member
    Posted 2 weeks ago #

    How can I change the Entry Title font and font size on Clean Home?

    I have altered the CSS to change the rest of the fonts for the entirety of the site and for some reason the post title is not changing (I would like all of the font on my blog to be Courier New)

    My site is http://dequelleplaneteestu.com

    I have the editable CSS option for the Clean Home theme.

    Thanks!

  4. WPyogi
    Member
    Posted 2 weeks ago #

    Your site is hosted on WP.COM -- which is not the same as WP.ORG See this http://en.support.wordpress.com/com-vs-org/.

    So you need to post your questions on the WP.COM site.

  5. flashbuddy
    Member
    Posted 2 weeks ago #

    Edit your css silly:

    .hentry h1, .hentry h1 a, div.attachment h1, div.attachment h1 a {
    font-family: Georgia, serif;
    font-size: 28px;
    margin: 30px 0 10px 0;
    font-weight: normal;
    line-height: 32px;
    color: #333; /* very dark gray */
    }
  6. marhabameg
    Member
    Posted 2 weeks ago #

    THANK YOU SO MUCH. Worked like a charm! And next time I'll do the .com biz.

Reply

You must log in to post.

About this Topic