How do I change the bold font on the home page

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

  1. nvr2late

    nvr2late Member

    Joined:
    Sep 10, 2014
    Messages:
    148
    Likes Received:
    2
    Location:
    Cambria, Ca
    The big bold category fonts. Where in the dashboard? Can you list the steps, please? Thank you.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please follow below image. Here you have to create category and subcategory.
    classicraft-category-front-page-dark.png
    Thanks & Regards
    Pramod
     
  3. nvr2late

    nvr2late Member

    Joined:
    Sep 10, 2014
    Messages:
    148
    Likes Received:
    2
    Location:
    Cambria, Ca
    I did create my categories. But they are in very large bold fonts. I don't see anywhere on the image you have supplied me where I can change fonts. I see this just as the page to create your categories. Am I missing somewhere on that page to change the fonts? Thank you.
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #categories a
    {
    font-size:16px;
    Color:green;
    }
    Set color,fonts, according to your need.
    Thanks & regards
    Pramod
     

Share This Page