How to amend Featured Products display

Discussion in 'Figero WordPress Theme' started by sworldconsult, Jan 23, 2013.

  1. sworldconsult

    sworldconsult Member

    Joined:
    Dec 28, 2012
    Messages:
    33
    Likes Received:
    0
    Hello,
    Still regarding the creation of Product pages using the Blog template, how do I amend the appearence of listed featured products (i.e. Posts)?
    In particular, I would like the following:
    1- Product (i.e. Post)'s featured image to be on the left
    2- Product description snipet to be on the right hand side of the image
    3- Be able to amend the size of featured product box/container (height and width)
    Please help. Thx.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-info img {
    max-width: 247px;
    float: left;
    }
    .content-info p {
    margin-left: 265px;
    margin-top:20px;
    }
    .content-info .light
    {
    margin-left: 0px;
    }
     
  3. sworldconsult

    sworldconsult Member

    Joined:
    Dec 28, 2012
    Messages:
    33
    Likes Received:
    0
    I pasted the code in Custom CSS as indicated but although it changed the layout of the Featured Products boxes on the Featured Products Listing page as requested, it has also changed the layout of every pages including top level pages, sub-pages and Post pages, which I do not want.
    What I would like to achieve is to be able to amend the layout of the Featured Products boxes on the Featured Products Listing page only without affecting other pages.
    Thanks for your help.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Both pages single and blog have same html codes, Therefore it is not possible to give separate CSS code only for blog page, Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.If this isn't something you're able to do then you would need to hire a developer for this.
     

Share This Page