• Resolved mihaitoader

    (@mihaitoader)


    I have a website mihaitoader.ro and i have problem with css for Post Title.
    I want that the Post Tile in the Post be the same with the Post Title in the Home Page, larger and white.

    I looked into the code but i can’t find the solution.

    Thank you for your time.
    Mihai Toader

Viewing 1 replies (of 1 total)
  • Thread Starter mihaitoader

    (@mihaitoader)

    I’ve change it. The key was to change the Single Post (single.php) code, not the Stylesheet (style.css).

    In the Single Post (single.php) I changed:
    <h3><?php the_title(); ?></h3> to <h1><?php the_title(); ?></h1>

Viewing 1 replies (of 1 total)
  • The topic ‘Post Title differ from Post Title in Home Page’ is closed to new replies.