Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #302671
    luismarioochoa
    Participant

    Hello

    How could I change the pages’ title fonts, without affecting the header media title font?  I want to keep the Header media tittle font as Mrs Saint Delafield, cursive font, while using PT Sans, sans-serif  for page titles.

    Thank you

    https:luismario.com

    #302688
    Skandha
    Participant

    @luismarioochoa: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page .singular-content-wrap .entry-title {
    font-family: PT Sans, sans-serif;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Page title fonts vs Header Media Title Font’ is closed to new replies.