• In my Hueman Child: Stylesheet (style.css) I have this line:

    h1 { font-size:30px !important; }

    As I change h1 size in style.css file, so the post title font size changes but so does the title on my page (see lines “Colombia, a new destination and a new adventure (2017)”). The post title (the one in all CAPS) is larger than the one below, why is that? I want to reduce the font of ONLY the post title (the all caps one). How can I do that?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Srechko

    (@srechko)

    Found the following snippets in content.php, content-featured.php, and content-standard.php:

    <h2 class=”post-title entry-title”>
    ” rel=”bookmark” title=”<?php the_title(); ?>”><?php the_title(); ?>
    </h2><!–/.post-title–>

    Why are these under h2 when they react when I change h1 font? When I change size of h2, post title is not affected.

    Thread Starter Srechko

    (@srechko)

    Never mind I fixed this by updating manually php files mentioned above and changing h2 to h1.

    Thread Starter Srechko

    (@srechko)

    Actually not fixed yet, I need to have the page title reduced only, this is set to be h1 somewhere I can’t find where. Problem is if I reduce size of h1 then other things get affected too. I just want page title reduced.

    Thread Starter Srechko

    (@srechko)

    Found this in page-title.php, but it there an easier way to do this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to reduce the post title font size?’ is closed to new replies.