How can I select another font in place of these category titles?

Discussion in 'ClassiCraft WordPress Theme' started by nvr2late, Nov 16, 2014.

  1. nvr2late

    nvr2late Member

    Joined:
    Sep 10, 2014
    Messages:
    148
    Likes Received:
    2
    Location:
    Cambria, Ca
    • Activity Partners
    • Just In Town
    • M4M

    • M4W
    • Platonic
    • W4M

     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello!

    Paste the code given below in Custom CSS section
    (Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #categories {
    font-family: "Times New Roman", Times, serif;
    }
    Thanks & Regards
    Pramod
     
  3. nvr2late

    nvr2late Member

    Joined:
    Sep 10, 2014
    Messages:
    148
    Likes Received:
    2
    Location:
    Cambria, Ca
    Thank you. So it looks like there are only three choices of fonts to use. I inserted the code in the CSS section. Then how can I play with the other two to see which one I prefer? Thanks.
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63

Share This Page