Fonts

Discussion in 'GeoCraft WordPress Theme' started by rdeshazer, Apr 30, 2015.

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

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    As per your queries:
    1.SMALL BUSINESS PREMIUM LISTINGS - change font color to red and bold:

    Code:
    span.info_detail {
      color: red !important;
      font-weight: bold;
    }

    2,3 Recent Listing - red and bold, Categories - red and bold

    Code:
    .sidebar h4 {
      color: red !important;
      font-weight: bold;
    }
    4. business name http://www.squirrlit.com/listing/crone-plaza-london-kensington/ - red and bold:

    Code:
    .depth_article .title {
      color: red;
    }
    Apply the above CSS code.
    Hope it will solve your issue.
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Thank you
     
Thread Status:
Not open for further replies.

Share This Page