Delete phrase, center blog and post title

  • Unknown's avatar

    Hi there!
    My blog is http://ateaoscem.com and i have Custom Design.
    My blog theme is Fresh & Clean

    Where can i center the blog and post title?
    I went to see the Css sheet, but i not found where i change it!

    I also want delete the phrase “Continue Reading” in every post.
    Where can i do it?

    Thank you!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    This will center the site, post and page titles.

    #site-title, .entry-title, .entry-title a {
    text-align: center;
    }

    This will get rid of “continue reading”.

    .more-link {
    display: none;
    }
  • Unknown's avatar

    Yeah!
    Thank you!
    :)

  • Unknown's avatar
  • Unknown's avatar

    Can i do another question?

    I my old theme (Twenty Ten) i had a avatar in each post, for the autor.

    I think i used this code:

    .entry-meta a[title=”Ver todos os posts de XS”] {
    background:url(‘http://0.gravatar.com/avatar/e33b581ee9cba9f4360867e3c087fe52?s=64&d=wavatar&r=G’) no-repeat;
    display:block;
    position:left;
    top:0;
    right:0;
    width:64px;
    height:64px;
    text-indent:-9999px;
    }

    for me (Xs)

    and this code for the other user (XL)

    .entry-meta a[title=”Ver todos os posts de XL”] {
    background:url(‘http://0.gravatar.com/avatar/20f8deb8c9b23e0077c78719fe44517d?s=64&d=wavatar&r=G’) no-repeat;
    display:block;
    position:left;
    top:0;
    right:0;
    width:64px;
    height:64px;
    text-indent:-9999px;
    }

    But now it not works.

    How can i put the author avatar in each post?

  • Unknown's avatar

    No, that is theme specific and not something that can be added via CSS. It requires changes to the theme PHP script files, and we do not have access to those since this is a multi-user platform where we all share the same files and any change by one person would change it for everyone using that theme.

  • Unknown's avatar

    Ok!
    For this theme can not make this change!
    There are a page where can i see what themes supported this change?
    Or is it an attempt?

  • Unknown's avatar

    There isn’t anyway to filter themes by that officially, but Panos has a post that identifies which themes show the gravatar/profile information on the single post pages.

    Author and profile displayed or not

  • The topic ‘Delete phrase, center blog and post title’ is closed to new replies.