Removing homepage 2nd featured section

Discussion in 'Dzonia WordPress Theme' started by hallyu_uk, Feb 4, 2013.

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

    hallyu_uk New Member

    Joined:
    Feb 2, 2013
    Messages:
    9
    Likes Received:
    0
    Hi, sorry had another quick question! I love this theme however my only issue is that I don't want the homepage second featured section, is there anyway I could remove this?

    I am using a child theme of dzonia
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> theme options -> styling options -> custom css
    Code:
    .featured_content .column-three.sub {
    display: none;
    }
    This will solve your issue.
    Thanks.
     
  3. hallyu_uk

    hallyu_uk New Member

    Joined:
    Feb 2, 2013
    Messages:
    9
    Likes Received:
    0
    That's perfect! Thank you Piyush!
     
Thread Status:
Not open for further replies.

Share This Page