How to re-size categories and make drop down option on sub categories?

Discussion in 'ClassiCraft WordPress Theme' started by dailypaymentjobs, Aug 17, 2013.

  1. dailypaymentjobs

    dailypaymentjobs New Member

    Joined:
    May 15, 2013
    Messages:
    19
    Likes Received:
    0
    Hello,
    I want to re-size ( h1 into h3) for category options in Homepage and I don't want to display sub categories under category section. For Instead, I want to make sub categories as drop down option below to Categories. May you help me?

    Just view as below, ClassiCraft Theme   Just another Demo Theme Sites site.png
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    To reduce font size paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .catcol.first li a {
    font-size: 18px;
    }
    For category dropdown. We are planning to implement it.
    But it will take some time.
    We will definitely inform you as soon as it will done.
     
  3. dailypaymentjobs

    dailypaymentjobs New Member

    Joined:
    May 15, 2013
    Messages:
    19
    Likes Received:
    0
    Thank you Nithesh.. Its done.. I am awaiting for Sub category drop-down option on home page.
    And I have one change.. I want to make center on underline for each categories instead of left side as seen below
    image101.png
     
  4. dailypaymentjobs

    dailypaymentjobs New Member

    Joined:
    May 15, 2013
    Messages:
    19
    Likes Received:
    0
    After Adding code, Categories and sub-categories shows same font size. I want to separate font size for Categories and Sub categories on home page.. And I want to change font color also.. Guide me....
     
  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,


    To reduce font size and centerize them.
    paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .maincat a {
    font-size: 16px!important;
    text-align: center;
    }
     
  6. dailypaymentjobs

    dailypaymentjobs New Member

    Joined:
    May 15, 2013
    Messages:
    19
    Likes Received:
    0
    Yes Its Done b centerize.png ut not centerized as seen below.. Then How can i change 'Main category' font color?
     
  7. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #categories .catcol ul li.maincat a {
    color: red;
    }
     
  8. pegasus6464

    pegasus6464 Member

    Joined:
    Sep 9, 2013
    Messages:
    68
    Likes Received:
    5
    Any news about drop down option below to Categories ???
     

Share This Page