Listing Title

Discussion in 'GeoCraft WordPress Theme' started by phildorn, Feb 5, 2014.

  1. phildorn

    phildorn New Member

    Joined:
    Dec 28, 2011
    Messages:
    9
    Likes Received:
    0
    Is there a simple way to make the Listing Title larger and bolder?
     
  2. Gourav

    Gourav Support Staff

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

    Paste this code in Custom CSS
    Geocraft Settings > Theme Option > Styling Option > Custom CSS


    Code:
    .content_wrapper .featured_content .f_post_content .f_post_title a, .depth_article .title{
    font-size:28px;
    font-weight:bolder;
    } 

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page