Remove First Feature Heading & Content

Discussion in 'Dzonia WordPress Theme' started by instyle, Mar 22, 2013.

  1. instyle

    instyle New Member

    Joined:
    Aug 12, 2012
    Messages:
    10
    Likes Received:
    0
    I would like to remove both the heading and content on the first homepage feature (for all three sections) so you only see the clickable thumbnail.

    I also want to remove the white space above and below the dotted line at the bottom, to tighten things up. Is this possible?

    Any help would be greatly appreciated. Thanks!

    Website link is www.instylewithmichelle.com
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    For this issue, paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .featured_content .column-three h2 {
    display: none;
    }
    .featured_content .column-three .col3 p {
    display: none;
    }
    .featured_content .column-three .inner_area a.read_more {
    display: none;
    }
    It will sovle this issue.


    For this issue, paste the following code in your custom css
    Code:
    .featured_content {
    padding-bottom: 0px;
    }
    .featured_content .column-three.sub {
    padding-bottom: 0px;
    margin-bottom: 10px;
    }
    .footer_wrapper .footer {
    padding-top: 15px;
    }
    
    This will solve your issue.
     
  3. instyle

    instyle New Member

    Joined:
    Aug 12, 2012
    Messages:
    10
    Likes Received:
    0
    Thanks. The first code removed the content however the heading is still there. Any advice? Thanks!
     
  4. 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 a {
    display: none;
    }
     
  5. instyle

    instyle New Member

    Joined:
    Aug 12, 2012
    Messages:
    10
    Likes Received:
    0
    The images are no longer acting as links - how can I link these photos to other pages throughout the site? Thanks!​
     
  6. Gourav

    Gourav Support Staff

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

    Download updated version of theme from your members area and upload it, This will solve your issue.
     
  7. instyle

    instyle New Member

    Joined:
    Aug 12, 2012
    Messages:
    10
    Likes Received:
    0
    Ok, so now the image header is back. I ONLY want the image, no heading so I can design my own thumbnail that will link to another page in the site.

    This is the website http://www.instylewithmichelle.com

    Scroll down and you will see "Hair Salon" and then the thumbnail. I want the header gone and I want to design a thumbnail that would say "Hair Salon" and still have it link to the proper page.

    Help! :)
     
  8. Gourav

    Gourav Support Staff

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

    Could you please clarify your issue little more and explain your problem with the help of screenshot if possible.
     
  9. instyle

    instyle New Member

    Joined:
    Aug 12, 2012
    Messages:
    10
    Likes Received:
    0
    See screenshot.

    The headings should be gone without disabling the thumbnail link of the photo below. I want the photo below the heading to still link to other pages throughout the site.

    Once the heading is gone, I want to move everything up.

    See http://www.willowsalon.ca and scroll down. I want our thumbnails to act like those (without a heading).
     

    Attached Files:

  10. Gourav

    Gourav Support Staff

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

    We have checked your website and it seems that you have successfully removed your featured area heading.
     

Share This Page