How can I get rid of caps in directory listing URLs?

Discussion in 'GeoCraft WordPress Theme' started by karenfriendsmith, Dec 13, 2013.

  1. karenfriendsmith

    karenfriendsmith New Member

    Joined:
    Oct 22, 2013
    Messages:
    14
    Likes Received:
    0
    For some reason on my site, it is automatically capitalizing letters in URLs and email addresses. How can I change that so the default is no caps?

    See: http://www.sanelijoinsiders.com/listing/perfect-timing-auto-repair/

    All new listings, we enter with no caps, but when you go to the listing page, the H in Http:// is capitalized and so is the first W. The same happens in email addresses. How can I change that? I have looked at other sample sites using this theme and they do not seem to have that problem.

     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .depth_article .article_detail .tbl_des td {
    text-transform: none;
    }
    It will solve your problem.

    Thanks & Warm Regards
    Harmeet Singh
    InkThemes.com
     
    jsal2 likes this.
  3. soma

    soma New Member

    Joined:
    Jul 26, 2013
    Messages:
    10
    Likes Received:
    1
    thank you it was useful
     

Share This Page