Results 1 to 5 of 5
  1. #1

    Default How to remove line between products in "What's New," "Featured," "Recent Products"?

    Hello,

    I just installed the Recently Viewed Items sidebox, which I think is similarly coded as the What's New, Featured, Random and Specials sideboxes.

    If I set it to display more than 1 item, there is a line between each item. I'd like to remove that if at all possible and would appreciate any help.

    Here is what I mean:



    I'd like the items to be displayed without the separating line. I've tried hacking some tpl and module files but can't figure it out.

    Thanks in advance.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	lastviewed.png 
Views:	236 
Size:	14.2 KB 
ID:	7472   Click image for larger version. 

Name:	whatsnew.png 
Views:	132 
Size:	10.7 KB 
ID:	7473  
    [FONT=Trebuchet MS]If Wishes Were Ponies
    [/FONT]

  2. #2
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,119
    Plugin Contributions
    6

    Default Re: How to remove line between products in "What's New," "Featured," "Recent Products

    Try adding this to your stylesheet.css:


    Code:
    #recentproductsContent {
       border-bottom: none; 
       border-top: none;
    }
    #recentproducts {
       border-bottom: 1px solid #DFF2F9;
    }
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #3

    Default Re: How to remove line between products in "What's New," "Featured," "Recent Products

    Thank you so much, GEF! I can't believe how simple that was; I puzzled over this for over an hour.

    Thanks again!
    [FONT=Trebuchet MS]If Wishes Were Ponies
    [/FONT]

  4. #4
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,119
    Plugin Contributions
    6

    Default Re: How to remove line between products in "What's New," "Featured," "Recent Products

    Not a problem. You know it always the little things that "get" you, right?
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  5. #5
    Join Date
    Jun 2010
    Location
    London
    Posts
    39
    Plugin Contributions
    0

    Default Re: How to remove line between products in "What's New," "Featured," "Recent Products

    Hi . I have installed the recently viewed module and it shows the recently viewed item in sidebox but I would like to have it underneath the product info page.. I have added the following code in my tpl_product_info_display.php page but it does not show anything

    <!--bof recent products module-->
    <?php require($template->get_template_dir ('tpl_modules_recent_products.php',DIR_WS_TEMPLATE, $current_page_base,'templates') . '/tpl_modules_recent_products.php'); ?>
    <!--eof recent products module-->


    Any suggestion would be so appreciated

 

 

Similar Threads

  1. cutting certain categories from the "featured" and "new" products boxes
    By get bucked in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 6 Jan 2009, 08:58 AM
  2. Remove "Add: [ ]" and "Add selected products to cart" from product pages? possible?
    By edwardtilbury in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 Sep 2008, 03:13 AM
  3. Replies: 3
    Last Post: 3 Jun 2008, 11:41 AM
  4. how to display text link in "New Products"、"Featured Products"....?
    By boy123 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 24 Dec 2006, 06:07 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •