Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1044641

    Hello,
    How can I make a custom font css just for the blog posts (won’t work for pages)? Only blog ! p, h1, h2.

    Best regards.

    #1045128

    Hey koraytastan,

    Please try something like this:

    .single-post p, .single-post h1, .single-post h2 {
      font-family:verdana !important;
    }

    Best regards,
    Rikard

    #1046114

    Hell Rikard,

    It’s working. Thanks for help. (:

    Best regards.

    #1046169

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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