Announcement

Collapse
No announcement yet.

category link color

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

    category link color

    Hello
    I've updated CSS in Head tag. Here is a sample.
    <!--
    #cattree a:link, #navbar a:link {
    color: #FFFFFF;
    text-decoration: none;
    }

    I added <div id="cattree"> to the beginning of the Category Tree template and </div> to the end of the template.

    Category links are black when they should be white. What fix or addition do I need to do?

    Thank you,
    AGE

    #2
    Re: category link color

    Link to the site?

    Comment


      #3
      Re: category link color

      hi Leanne,
      Here is the link
      http://www.seakayakermag.com/miva/me...ategory_Code=S

      Thank you
      AGE

      Comment


        #4
        Re: category link color

        You've closed your category tree div right after you opened it. You need it to surround the links in order for its styles to control them. Move your closing div to the category tree footer and see if that doesn't help.

        Comment


          #5
          Re: category link color

          Hi Leanne,
          when I view source I see that I've closed the category tree div right after I opened, however I don't see the links I need to enclose in the Category Tree Template. Where do I access that code?
          thank you-AGE

          Comment


            #6
            Re: category link color

            Hi
            <style type="text/css"> was missing at the begining of the CSS in head tag. Adding it fixed the problem. Category links are now displaying in color 'white.'
            Thanks all

            Comment

            Working...
            X