Announcement

Collapse
No announcement yet.

Underlining store sections

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

    Underlining store sections

    Hi

    Does anyone know how to underline the store sections. If you see our current site it is not clear where visitors have to click in order to view the products.

    http://www.theindianweddingcompany.c...log/index.html

    Many thanks in advance.

    Sheila
    Thanks
    Sheila

    #2
    in the actinic.css stylesheet:


    a:link{

    ...other stuff, will vary...

    text-decoration:none;
    }

    change

    text-decoration:none;

    to

    text-decoration:underline;



    not sure how to do it thru actinic, but that's the stylesheet change.

    good luck.

    Comment


      #3
      Thx works a treat!
      Thanks
      Sheila

      Comment

      Working...
      X