Removing Bottom Column Contents

Discussion in 'Dzonia WordPress Theme' started by greatpropertycare, Oct 20, 2012.

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

    greatpropertycare Guest

    Joined:
    Oct 19, 2012
    Messages:
    14
    Likes Received:
    0
    Can you please tell me how I can remove OUR PAGES, SETTING UP FOOTER and RECENT COMMENT at the bottom of the page? I need to remove both the titles mentioned above and contents below the titles.

    Your earliest response will be highly appreciated.

    Regards
     
  2. Harmeet

    Harmeet Support Staff

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

    Those are the footer widget area and the content which is showing there is the default content of the theme, when you add your widget to the footer area it will automatically be removed and your widget will show there.

    Thanks.
     
  3. greatpropertycare

    greatpropertycare Guest

    Joined:
    Oct 19, 2012
    Messages:
    14
    Likes Received:
    0
    Can you please answer me "how to remove the space in the about us page on the right side column"?
     
  4. Harmeet

    Harmeet Support Staff

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

    Can you please share the link of your website.

    Thanks.
     
  5. greatpropertycare

    greatpropertycare Guest

    Joined:
    Oct 19, 2012
    Messages:
    14
    Likes Received:
    0
  6. admin

    admin Admin

    Joined:
    Oct 2, 2012
    Messages:
    47
    Likes Received:
    1
    Location:
    India
    It is really easy to solve this problem, Just follow the step that are shown in the video and your problem will get resolved.
    http://screencast.com/t/wWqAgmBHI

    Save the page after selecting full width Template and your issue get resolved.
     
  7. greatpropertycare

    greatpropertycare Guest

    Joined:
    Oct 19, 2012
    Messages:
    14
    Likes Received:
    0
  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .featured_content .column-three .inner_area .featured_img {
    pointer-events: none;
    }
     
  9. greatpropertycare

    greatpropertycare Guest

    Joined:
    Oct 19, 2012
    Messages:
    14
    Likes Received:
    0
    Hi Gourav,

    Thanks it worked.
     
  10. greatpropertycare

    greatpropertycare Guest

    Joined:
    Oct 19, 2012
    Messages:
    14
    Likes Received:
    0
    Hi,

    I want to remove the link from a round space on the home page that read "Communication" . just want to remove the link not the space, i just want to upload image in that space but i don't need link. Please help. Here is my website link please check it http://www.greatpropertycare.com.
     
  11. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Put the following code in custom css

    Appearance -> theme options -> styling options -> custom css

    .featured_content img, .post img, .sidebar .recent_post li img {
    pointer-events:none;
    }
    This will solve your problem.

    Thanks.
     
  12. greatpropertycare

    greatpropertycare Guest

    Joined:
    Oct 19, 2012
    Messages:
    14
    Likes Received:
    0
    Hi Harmeet,

    Thanks it worked.
     
Thread Status:
Not open for further replies.

Share This Page