Post and Page Title Font Size

Homepage Community Forums Epik Theme Support Post and Page Title Font Size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11024
    andrewm
    Customer

      Hi,

      I know this is a daft questions, but how do I change the size of the title on pages and posts.

      e.g. I’d like to make ‘Portrait Photography Workshop” smaller on this post http://www.36exp.co.uk/portrait-photography-workshop/

      and

      ‘About us’ smaller on this page http://www.36exp.co.uk/photography-training-london/

      Many thanks

      Andrew

      #11059
      Wes
      Moderator

        Take a look around line 1085 in your css and change the size like this –

        .entry-title {
            font-size: 28px;
            font-weight: 400;
            line-height: 1.3;
            padding: 0 20px;
        }

        You’ll see some code that looks like this – font-size: 2.25rem;…..you can remove that if you would rather just use the px instead.

        The above suggestion should work for both titles on each of those pages.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.