• I’m looking for help in changing two elements of my posts’ appearance:
    = Make the headline size smaller, and
    = Remove the post date and category from category pages (apparently I’ve been successful in deleting the author but I have no idea how I did that).

    Test site is here: https://test1.fxmassociates.com/

Viewing 1 replies (of 1 total)
  • Hey there,

    Headline getting the rules from:

    .entry-title {
    font-size: 2.5rem; this you can change the value as 18px or omething like
    line-height: 1.225;
    margin-bottom: 1.05em;
    }

    I think you’ve deleted them in post.php and archive.php ??

Viewing 1 replies (of 1 total)
  • The topic ‘Change post appearance – headline size and post details’ is closed to new replies.