Tagged: , , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #3488
    nolimit165
    Member

    I’ve been working with the Simple Catch theme and love it for the project Im working on. I was wondering how to change the size of the font in the post headlines seen here: http://chautauqualakeassociation.org/testing/?cat=7

    The headlines are gigantic and look a little weird. I can’t seem to find where to alter this.

    To be clear, the text that reads “EVENT: 2013 NYS Ice Fishing Pro-Am Tournament – February 15-17, 2013” is too large and I would like it smaller.

    #3508
    Sakin
    Keymaster

    @nolimit165: If you want to just adjust the size in the category pages then add the following CSS in “Custom CSS” box in your Theme Options
    .archive #main #content .post h2.entry-title { font-size: 34px; line-height:45px; }

    But if you want to adjust the title in all pages then just use the following css.
    #main #content .post h2.entry-title { font-size: 34px; line-height:45px; }

    #3514
    nolimit165
    Member

    Well that was easy enough! Thank you!

    #19792
    BEAUVAIS
    Member

    HELLO
    IN MY CATCH EVOLUTION PRO
    I WOULd LIKE THE AUTHOR ANd CREATION dATE dO NOT APPEAR ON THE TOP OF THE PAGE IN CATEGORIE NAME 5ALSO)
    IS IT POSSIBLE TO CHANGE THIS
    THANKS

    #19797
    Sakin
    Keymaster

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

    /* Disable Page Header */
    .page-header { display: none; }
    /* Disable Post Entry Meta */
    .entry-header .entry-meta { display: none; }
    #19858
    BEAUVAIS
    Member

    WELL THANKS,
    I AM USING CATH EVOLUTION PRO,
    I THINK YOU DID NOT UNDERSTAND MY QUESTION, BECAUSE OF MY ENGLISH.

    I WOULD LIKE TO DELETE THE INFORMATIONS : DATE AND AUTHOR IN THE POST (IN THE TOP OF THE POST)…I DONT WANT THE GUEST KNOWS ABOUT WHEN AND WHO.. (BUT FOR THE SEARCH LOGICAL AND SHEDULAR, WHEN WE ARE CREATING A POST, IT IS NECESSARY TO INFORMM ABOUT THE DATE, I AM NOT SPEAKING ABOUT WRITING BUT READING INFORMATIONS))

    HOPE THE QUESTION WILL BE THE BETTER (SO DOES THE ANSWER) AND MY APOLOGIZE FOR MY ENGLISH …
    BEST REGARDS,

    M.BEAUVAIS

    #19859
    BEAUVAIS
    Member

    ok i just find it on the #5810
    thanks a lot and if you agree, i will ask you again some litle help !
    i really like the theme evolution pro i bought , good work !
    thanks
    best regards
    M.BEAUVAIS from France

    #19873
    Sakin
    Keymaster

    @BEAUVAIS: Can you post your question in Catch Evolution Pro support form http://catchthemes.com/support-forum/forum/catch-evolution-pro-premium/ and also do post in your site url and maybe screenshot of what you want to change.

    Sorry this is simple catch theme support forum and others might get confused.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Post Header Size’ is closed to new replies.