Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default How Can I Modify These Links?

    I’d like to modify the following links.

    On the Product Info Page, right under the breadcrumb trail and to the left, where the category icon would be, there is the manufacturers name. It is also a link. If it linked to the manufacturers other products, it would make more sense, but it just takes you to the main page. I actually have a link to that manufacturer just a few inches away, so to have a second one would be redundant.

    Is there a way to remove the manufacturers name from this spot? If not, can I remove the link and just have it as a name?

    Also on the Product Info Page, is the Prev/See All Products By This Designer/Next links. They work fine, but since they are links, I would like them to have the same hover color as my other links: #ed3a84. I tried getting a clue where to place that using Firebug, but struck out. See All Products By This Designer was Return To The Product List before I changed the name, if that matters.

    http://designerperfumesnob.authsafe....en-p-4040.html

    On the Main Page:

    http://designerperfumesnob.authsafe.com/

    Shop Our Sale in the CenterBox is the link that leads nowhere. I’d like it to hover #ed3a84 and take you to:

    http://designerperfumesnob.authsafe.com/specials.html

    If you can help me accomplish these things I’d be grateful. Thank you.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: How Can I Modify These Links?

    right under the breadcrumb trail and to the left, where the category icon would be, there is the manufacturers name
    admin > catalog > product types > general > edit layout > Show Manufacturer > set to false
    Zen-Venom Get Bitten

  3. #3
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: How Can I Modify These Links?

    Quote Originally Posted by kobra View Post
    admin > catalog > product types > general > edit layout > Show Manufacturer > set to false
    That is exactly how it is set. How can it still show??

    http://designerperfumesnob.authsafe....en-p-2997.html

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: How Can I Modify These Links?

    Well that is not specifically the manufacturer - it is text in place of an icon
    Add this to the end of your stylesheet
    Code:
    #categoryIcon {
            display: none;  
            }
    Zen-Venom Get Bitten

  5. #5
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: How Can I Modify These Links?

    Thank you Kobra. Another thing I can cross off the list.

    Still looking for help for the following:

    On the Product Info Page, is the Prev/See All Products By This Designer/Next links. They work fine, but since they are links, I would like them to have the same hover color as my other links: #ed3a84. I tried getting a clue where to place that using Firebug, but struck out. See All Products By This Designer was Return To The Product List before I changed the name, if that matters.

    http://designerperfumesnob.authsafe....en-p-4040.html

    On the Main Page:

    http://designerperfumesnob.authsafe.com/

    Shop Our Sale in the CenterBox is the link that leads nowhere. I’d like it to hover #ed3a84 and take you to:

    http://designerperfumesnob.authsafe.com/specials.html

    If you can help me accomplish these things I’d be grateful. Thank you

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: How Can I Modify These Links?

    The prev/next links all have a class of .navNextPrevList, so you can't directly address just one of them. You can control them individually with selectors like

    p+.navNextPrevList {}
    p+.navNextPrevList+.navNextPrevList {}
    p+.navNextPrevList+.navNextPrevList+.navNextPrevList {}

    for the first, second and third links.

  7. #7
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: How Can I Modify These Links?

    For the Shop Our Sale link, there is already a blank rule in stylesheet_module_tabs.css:

    #moduleMenu span a:hover {}

    Just add your color to that.

    The link destination will have to be set in the custom javascript file for the mod.

  8. #8
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: How Can I Modify These Links?

    Sorry to be so naive. For the following, I am looking to get a hover color for all three. Would I use the last one of the three listed and paste it to the bottom of the stylesheet? Do I just add the color # in the brackets? Don't I need to add the hover?


    p+.navNextPrevList {}
    p+.navNextPrevList+.navNextPrevList {}
    p+.navNextPrevList+.navNextPrevList+.navNextPrevList {}

    clueless~

  9. #9
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: How Can I Modify These Links?

    If you want the same styling for all three, just add a rule for

    .navNextPrevList:hover {color: #aabbcc;}

    pretty much anywhere in your stylesheet. A place where it is easy to find would be good, either with rules for similar/related elements or at the bottom of the stylesheet.

  10. #10
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: How Can I Modify These Links?

    Quote Originally Posted by gjh42 View Post
    If you want the same styling for all three, just add a rule for

    .navNextPrevList:hover {color: #aabbcc;}

    pretty much anywhere in your stylesheet. A place where it is easy to find would be good, either with rules for similar/related elements or at the bottom of the stylesheet.
    Entered:

    .navNextPrevList:hover {color: #ed3a84;}

    to bottom of stylesheet and still no hover color. Crazy how a simple thing like this causes so much frustration.

    http://designerperfumesnob.authsafe....en-p-3613.html

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. How to modify css to align horizontally these two items?
    By westdh in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Aug 2012, 02:11 PM
  2. Categories - how to delete these links?
    By tparvaiz in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Jul 2011, 10:48 AM
  3. How did I add these links ?
    By ggbarnum in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Aug 2010, 09:29 PM
  4. How do i remove these certain links
    By lizar5- in forum General Questions
    Replies: 4
    Last Post: 18 Jan 2009, 10:04 PM
  5. How to modify the top menu links
    By cadarilondon in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 2 Aug 2007, 12:02 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