CSS TO CHANGE FEATURED BUSINESS LISTING COLOR AND HOW TO BOLD IT

Discussion in 'GeoCraft WordPress Theme' started by spiorro, May 22, 2014.

  1. spiorro

    spiorro New Member

    Joined:
    Dec 10, 2013
    Messages:
    25
    Likes Received:
    0
    CSS TO CHANGE FEATURED BUSINESS LISTING COLOR AND HOW TO BOLD IT
     
  2. Gourav

    Gourav Support Staff

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

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

    Code:
     .content_wrapper .featured_content .featured_post .featured {
    background: yellowgreen;
    }
    .content_wrapper .featured_content .featured_post .featured h4 a {
    font-size: 23px;
    font-weight: bolder;
    }
    

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page