Announcement

Collapse
No announcement yet.

Remove mouse over underline on Product Name

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Remove mouse over underline on Product Name

    Hi
    I have been fiddling around with my ProductLineRight.html template and forgot to save a copy of the original. In order to go back to the beginning I copied the ProductLineRight.html from Format/Themes/Theme #3 and I have succeeded in getting it back to how I wanted it except I get a black underline when I push my mouse over the product name. I didn't have this before and I'm sure I've never had it, so I can't remember how to get rid of it. Can you?

    Thank you

    #2
    Compare it with the attached.
    Otherwise it may be css related.
    Attached Files

    Comment


      #3
      Thank you Duncan, but it is the same as mine. Have you any other ideas?

      Comment


        #4
        Can you post a URL?

        Comment


          #5
          The class that is styling that element (should be visible within the code) probably needs:

          text-decoration: none;

          added to it.

          Comment

          Working...
          X