Remove 'Country' on Listing page address line

Discussion in 'GeoCraft WordPress Theme' started by jsal2, Oct 20, 2013.

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

    jsal2 Member

    Joined:
    Dec 23, 2012
    Messages:
    112
    Likes Received:
    7
    Hello,

    1) We noticed when there is a colored background or background image on the site, there is a noticeable gap of whitespace on the right side of the listing image/s. The Image is not centered on the white background behind it. Where/How can we adjust the white background so there is equal whitespace around the listing image or adjust the image to be centered?

    2) Could you please tell us where or how to remove the "country" reference on the Listing page address line, and the comma preceding it

    attaching screenshot for reference
    support-inquiry.png

    Thank you !
    ~CJ
     
  2. Gourav

    Gourav Support Staff

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

    1.For your first issue

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

    Code:
    .depth_article .article_slider img {
    padding: 8px;
    }
    
    Adjust its value as per your requirements.

    2.It shows full address that is set in address field of the listings, So there is only way to remove it is. you have to manually remove the country from every listing address.
     
  3. jsal2

    jsal2 Member

    Joined:
    Dec 23, 2012
    Messages:
    112
    Likes Received:
    7
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page