Featured area

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by medinachaz, Dec 6, 2013.

  1. medinachaz

    medinachaz Member

    Joined:
    Nov 29, 2013
    Messages:
    62
    Likes Received:
    1
    I've tried to edit the style in the featured area to be 1000 px in height.

    <div class="feature_content_wrapper” style: “1100px;”>

    Nothing changes
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .feature_content_wrapper {
    height: 1000px;
    }
    This will solve your issue.
     
  3. medinachaz

    medinachaz Member

    Joined:
    Nov 29, 2013
    Messages:
    62
    Likes Received:
    1
    I was also trying to delete the images in the featured area as well. I was wondering how I could do that.
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature_content_inner_box img {
    display: none;
    }
    .feature_content ul.feature_content_inner_box li .feature_content_inner_box1 {
    padding-left: 0px;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  5. medinachaz

    medinachaz Member

    Joined:
    Nov 29, 2013
    Messages:
    62
    Likes Received:
    1
    This did not solve the issuue, I copied and pasted the code as instructed. There is no other code in the box besides what I copied and pasted.
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Please do let me know your website link.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  7. medinachaz

    medinachaz Member

    Joined:
    Nov 29, 2013
    Messages:
    62
    Likes Received:
    1
    I was able to acess java and delete the picture from the featured area, however, I would like to delete the featured area all together. Thank you for your help.
     
  8. medinachaz

    medinachaz Member

    Joined:
    Nov 29, 2013
    Messages:
    62
    Likes Received:
    1
    AgGrowCulture.com
     
  9. medinachaz

    medinachaz Member

    Joined:
    Nov 29, 2013
    Messages:
    62
    Likes Received:
    1
  10. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    We have checked your website link, it seems that you are not using our Theme.
    So please activate our theme after that please do let us inform.
     
  11. medinachaz

    medinachaz Member

    Joined:
    Nov 29, 2013
    Messages:
    62
    Likes Received:
    1
    I apologize, you are right. The theme is activated now.
     
  12. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Your are using Andrina theme and have pasted your query in the SaleJunction theme thread link
    that's why the code provided above are not working for you.

    For the Andrina theme to delete feature area you can paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .feature-content {
    display: none;
    }
    This will remove the feature area from the Andrina theme.

    Note: Please create your separate threads while asking technical issues in their respective thread Community . It will easier for us that way to provide you precise and on time support.
     

Share This Page