Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2010
    Posts
    27
    Plugin Contributions
    0

    Default Hide the "Return to Product List" (navNextPrevList) button on only some pages

    Hi,

    On my site here:

    http://www.cocobeau.co.uk/index.php?...roducts_id=244

    I want to remove the "listing" button only (keep the "prev" and "next" buttons). I also only want to remove this "listing" button from certain "Sample" products, and not all products.

    I tried:

    .navNextPrevList{
    visibility:hidden;

    }

    In the stylesheet, but it hide all 3 buttons (prev, listing and next)

    Can someone help please?

  2. #2
    Join Date
    Jan 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: Hide the "Return to Product List" (navNextPrevList) button on only some pages

    anyone?

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,873
    Plugin Contributions
    96

    Default Re: Hide the "Return to Product List" (navNextPrevList) button on only some pages

    Try

    Code:
    .navNextPrevList+.navNextPrevList { visibility: hidden; }
    .navNextPrevList+.navNextPrevList+.navNextPrevList { visibility: visible; }
    The first line "hides" the "Return to Product List" and the next line keeps the "next" link visible.

 

 

Similar Threads

  1. v139h How do I hide the "Add to Cart" button on selective products?
    By jgold723 in forum General Questions
    Replies: 3
    Last Post: 21 Nov 2013, 11:39 PM
  2. Hide the "Read Only " attributes
    By crazycucumber in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 5 Feb 2013, 03:10 PM
  3. Replies: 0
    Last Post: 27 Nov 2011, 06:04 PM
  4. How can I hide the "back to shopping" button?
    By heheno1 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 May 2009, 10:56 PM
  5. Does navNextPrevList need "list-style-type: none"?
    By cochlear in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 4 Jan 2008, 01:04 PM

Posting Permissions

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