Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to change individual font for text for an individual page in WordPress where


  • brianj7
    Participant

    @brianj7

    How to change individual font for text for an individual page in WordPress where the font colour is global for all pages?

Viewing 2 replies - 1 through 2 (of 2 total)

  • wbcomdesigns
    Participant

    @wbcomdesigns

    @brianj7 it’s more theme-specific question


    Leoart
    Participant

    @silverclaw

    If your theme uses body_class(); function you can use generated CSS class based on page/post/category/whatewer to apply some specific CSS rules like different fonts, colors etc.
    For example:

    .page-id-2 {font-family: Lato}
    .postid-1 {font-family: Lato}

    and so on.
    You can find more info in wordpress documentation

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