Support » Theme: Biznez Lite » Want only three featured boxes.

  • Resolved smhaseeb

    (@haseeb007)


    by default there are four featured boxes. I want to display only three. how can i do that, please suggest something.

Viewing 1 replies (of 1 total)
  • Theme Author tikendramaitry

    (@tikendramaitry)

    Hi Haseeb,

    BizNez Theme is designed to have 4 featured box in front page. But if you need only 3 then you have to do some customization in theme files.
    You can use a simple hack to do this.

    Add this at bottom of style.css

    .box-container4 {
        display: none !important;
    }

    In style.css on line no: 336 Replace this class:

    .box-container {
        margin-left: 67px;
        text-align: center;
    }

    And finally open front-page.php file, find and replace grid_5 with grid_7

    And you are done.
    Cheers 🙂

    Best,
    Tikendra

Viewing 1 replies (of 1 total)
  • The topic ‘Want only three featured boxes.’ is closed to new replies.