Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #12234

    After one day of working as an extreme novice I’ve got my site looking pretty darn good.

    I just can’t seem to figure out how to remove the author name from the post title and how to adjust the font size, color etc.
    I’d also like an italic font for the post title with a different color for the date and title.

    It seems that the CSS changes I made to the whole post has changed the title as well.

    http://interiorsalvagedesign.com/

    How can I fix my squished title? Any help would be most appreciated!

    #12236

    ok, so now I’ve got no author and no date, but I’d really like a date.
    Why is this so difficult.
    You’d think it would be a simple formatting feature without having
    to code.

    #12259
    Sakin
    Keymaster

    @interiorsalvage: You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* Title as Italic */
    .entry-header .entry-title { font-style: italic; }
    /* Hide Author */
    .entry-meta .by-author { display: none; }
    #12298

    Oh Yay, Sakin!

    Thank you, Thank you. Voila it worked.
    Sorry for being a whiner but my non coding brain was worn out!

    #18629
    Markus
    Member

    Sakin,

    Can I customize my post layout using Catch Evolution Pro? Here is how my posts are laid out right now: http://www.fhfn.org/healthnews/

    Here is how I would like for them to be laid out:

    http://vactruth.com/news/

    Markus

    #18633
    Sakin
    Keymaster

    @Markus: I don’t see much difference except for the design. the layout looks similar. For footer you can add Footer Widgets in Footer Areas. So, can you explain what are you trying to accomplish.

    #18647
    Markus
    Member

    Sakin, I would like the latest post to be on top with a bigger picture and headline saying ‘Latest Post’. Then, I would like for the other posts to follow in smaller thumbnails.

    #18660
    Sakin
    Keymaster

    @Markus: Sorry that is beyond general support. You need to hire a customizer to work on the custom work. This feature is not there in theme Theme.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to remove author and change font of post title’ is closed to new replies.