second row of featured items on homepage

Discussion in 'BizWay WordPress Theme' started by dirkjedj, Jan 19, 2013.

  1. dirkjedj

    dirkjedj Member

    Joined:
    Jan 10, 2013
    Messages:
    31
    Likes Received:
    0
    I like the featured items on the home page. I like it so much that I woud like to have a second row with three featured items. I also would like the featured text to disappear, so that only the feature headings, images and links are left over.

    Questions:
    1. Which code do I have to enter in the front-page.php and where to get a second row of three featured items on my homepage?
    2. How can I get rid of the Feature Description text of all items? When I delete the text, unfortunately a placeholder text is coming instead.

      http://www.presenteerjezelfonline.nl/bizzy/
     

    Attached Files:

  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    It need customization work to add three featured area, you have customize on front-page.php file and also you have to change the CSS, so you have to call freelancer to do that.

    And we are sending you the code to hide the description of the featured area,
    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    .main-content .page-item p {
    display: none;
    }
    This will solve your problem.

    Thanks.
     
  3. dirkjedj

    dirkjedj Member

    Joined:
    Jan 10, 2013
    Messages:
    31
    Likes Received:
    0
    Okay, thanks, I will give it a try!
     

Share This Page