Delete second featured content

Discussion in 'Dzonia WordPress Theme' started by erwin, Nov 26, 2012.

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

    erwin New Member

    Joined:
    Oct 21, 2012
    Messages:
    9
    Likes Received:
    0
    Hello,

    Is it possible to remove only the second featured content (movie, testimonials, etc.) on the homepage?

    Thanks in advance for your reply.
     
  2. 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.sub{
    display:none;
    }
     
  3. erwin

    erwin New Member

    Joined:
    Oct 21, 2012
    Messages:
    9
    Likes Received:
    0
    Thanks Gourav for your quick reply! I still have two small layout things to ask to you.
    1. If I insert the code you sent to me, there is still a dotted line below the 'read more' tags. Can I also remove that line?

    http://utrconsulting.com/

    2. In the homepage footer I have added the qTranslate widget. I have selected two languages (English and Dutch). In the footer there are now two bullets, followed by the country flags and then the country names. Actually I don't need the bullets (country flag and name is enough). Can I remove the bullets?

    Thanks again for your help!!
     
  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 .column-three{
    border-bottom:none!important;
    }
    .footer_wrapper .footer ul li {
    list-style-type: none;
    }
     
  5. erwin

    erwin New Member

    Joined:
    Oct 21, 2012
    Messages:
    9
    Likes Received:
    0
    Thanks, you're the best!
     
Thread Status:
Not open for further replies.

Share This Page