Home & Listing page Edits

Discussion in 'GeoCraft WordPress Theme' started by rdeshazer, May 2, 2015.

  1. rdeshazer

    rdeshazer Member

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

    sameerwalkar Guest

    Hello,
    As per your queries kindly apply the below css code:

    1. "Recently Added" - make font bold:
    Code:
    .content_wrapper .featured_content h1.featured_title {
      font-weight: bold;
    }
    2. "Business Name", "Location Map", "Related Listings" - make font bold

    Code:
    .depth_article .title{
      font-weight: bold;
    }
    .content_wrapper .featured_content h2.map_head{
      font-weight: bold;
    }
    .related_item h2{
    font-weight: bold;
    }
    Hope it will solve your query.
     
  3. terapiadapalavra

    terapiadapalavra New Member

    Joined:
    May 28, 2012
    Messages:
    14
    Likes Received:
    0
    Help! I've tried everything but the weird font does not disappear! I'd like everything with the same font family, but I cannot identify where to change the code. Its Terapia da Palavra (terapiadapalavra.com.br) and the text I want to change the font is h1, h2, h3, etc. (I believe it shows as image, but I cannot locate where it is! 'Escrever é dialogar com nossa própria mente.)
    Thanks in advance for your help!
     
  4. terapiadapalavra

    terapiadapalavra New Member

    Joined:
    May 28, 2012
    Messages:
    14
    Likes Received:
    0
    Btw, the indications you have given here about custom js I do not acess! :(
     
  5. rdeshazer

    rdeshazer Member

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

Share This Page