Remove

Discussion in 'Dzonia WordPress Theme' started by flipnick, Apr 18, 2015.

  1. flipnick

    flipnick New Member

    Joined:
    Apr 18, 2015
    Messages:
    9
    Likes Received:
    1
    How do you remove the footer and the complete section where the video, my services and communication are?
     
  2. flipnick

    flipnick New Member

    Joined:
    Apr 18, 2015
    Messages:
    9
    Likes Received:
    1
    Nevermind. I figured that out too. I just need to know how to remove the "First Featured Section". I figured out how to do the "Second Featured Section". Thanks. Also, is it possible to do columns?
     
  3. flipnick

    flipnick New Member

    Joined:
    Apr 18, 2015
    Messages:
    9
    Likes Received:
    1
    Code:
    .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;
    }
    
    This did the trick for removing the first section. Now I just need to know how to do two columns.
     
    taotek likes this.
  4. sameerwalkar

    sameerwalkar Guest

    Hello,

    Could you please provide your site URL with some edited screenshots so that I can guide you accordingly.
     

Share This Page