Skip to main content
Topic: Visited category titles (Read 2547 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Visited category titles

I searched and searched...

When I click on a category title, the color of the title changes. But I want it to be still the same. Does anyone know the css file and css string for this?  O:-)

Re: Visited category titles

Reply #1

It's probably the a:visited selector at the beginning of the index.css or index_{variant}.css file.
Pay attention that changing the value there will change the colors everywhere.
You may want to add something like:
Code: [Select]
.forum_category .category_header a:visited {
    color: the color.
}
Bugs creator.
Features destroyer.
Template killer.

Re: Visited category titles

Reply #2

Seems to work without problems. Thanks!

Re: Visited category titles

Reply #3

YAY! :D
Bugs creator.
Features destroyer.
Template killer.

Re: Visited category titles

Reply #4

Is it easy to expand this "fix" to the memberlist? Visited pages (if klicked on the letters on the right) are marked also... Don't want that.  O:-)

Re: Visited category titles

Reply #5

Maybe change it everywhere?
Code: [Select]
a:visited {
    color: the color.
}
Bugs creator.
Features destroyer.
Template killer.

Re: Visited category titles

Reply #6

Isn't this for links in messages and posts also?

Re: Visited category titles

Reply #7

Try removing .forum_category then:
Code: [Select]
.category_header a:visited {
    color: the color.
}
this would apply to most (if not all) of the "titles".
Bugs creator.
Features destroyer.
Template killer.

Re: Visited category titles

Reply #8

Thanks, I will try.  :)

 

Re: Visited category titles

Reply #9

Same problem. Fixed.
Sorry for my English