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; }
Hello deveshd! Please follow the video link given below. http://screenpresso.com/=GR0S Thanks, Praveen
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