Change font size on Listing page 'category' items only?

Discussion in 'GeoCraft WordPress Theme' started by jsal2, Oct 21, 2013.

Thread Status:
Not open for further replies.
  1. jsal2

    jsal2 Member

    Joined:
    Dec 23, 2012
    Messages:
    112
    Likes Received:
    7
    Hello, Since we switched over to using parent and child categories for cities and services, we find a listing can have multiple categories assigned which ends up taking up a lot of space on the listing page which then pushes everything down and then pushes down the area below that, etc.
    Is it possible to make the font size smaller of ONLY the Categories: items themselves? How would I isolate just the category data to make that adjustment? Thanks ! ~CJ
    http://screencast.com/t/hVw1xmafQ9dY
    [​IMG] 00000164.png
     
  2. Nitesh

    Nitesh Support Staff

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

    Either reduce category font or add scroll bar for custom fields.

    To reduce font size.
    Open "single-listing.php" and add code as shown in the image.

    Code:
    style="font-size:10px;"
    cat-font.png


    To add scrollbar
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .depth_article .article_detail .tbl_des {
    overflow-y: scroll;
    height: 500px;
    }
     
  3. jsal2

    jsal2 Member

    Joined:
    Dec 23, 2012
    Messages:
    112
    Likes Received:
    7
    This is great, thank you so much!! Really appreciate the support here!
    Thanks Nitesh!
    Cheers,
    ~CJ
     
Thread Status:
Not open for further replies.

Share This Page