• Resolved bibeosohot

    (@bibeosohot)


    Hi there,
    I am using Vietnamese so that the title font of the Professional theme does not work perfectly on my blog. I wonder how to change the font of post title with this theme? I tried many plugins but helpless. Please help me! ??
    Best regards,
    Alice

Viewing 1 replies (of 1 total)
  • If you want you can change the entire site’s font using following custom css

    body { font-family: Arial, Helvetica, sans-serif !important; }

    to just change title’s font

    h1.entry-title { font-family: Arial, Helvetica, sans-serif !important; }

Viewing 1 replies (of 1 total)
  • The topic ‘Change The Post Title Font’ is closed to new replies.