Hide only first featured area

Discussion in 'Dzonia WordPress Theme' started by deveshd, Mar 28, 2015.

  1. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    I used following code to hide first feature area but the problem is it is also hiding my first item on the second featured area. What am I doing wrong?

    I only want the hide the 3 features in first row but I want to keep all 3 items in second row. Please help. URL:niwe.ca

    .featured_content .column-three .col3 .inner_area {
    display: none;
    }
    .featured_content .column-three.sub .col3 .inner_area {
    display: run-in;
    }
    .featured_content .column-three {
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    }
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
  3. mharkin

    mharkin New Member

    Joined:
    Aug 20, 2015
    Messages:
    4
    Likes Received:
    0
    Video link not working? Can you repost it.
     
  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .column-three:nth-child(1) {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page