for prosilver style if there is unread topic forum link has red colour. how can we change it.
Code: Select all
.row-item-link + .list-inner > .forumtitle {
color: #FF0000;
}
.row-item-link + .list-inner > .subforum.unread {
color: #FF0000;
}
.row-item-link + .list-inner > .forumtitle:hover {
color: #FF9900;
}
.row-item-link + .list-inner > .subforum.unread:hover {
color: #FF9900;
is these line already exist? or i have to add it? i could not find these in colours.csswarmweer wrote: Mon Oct 21, 2019 5:13 pm colours.css
add what you want or adapt an extension (viewtopic.php?f=616&t=2411941&p=1467310 ... #p14673101)
Code: Select all
.row-item-link + .list-inner > .forumtitle { color: #FF0000; } .row-item-link + .list-inner > .subforum.unread { color: #FF0000; } .row-item-link + .list-inner > .forumtitle:hover { color: #FF9900; } .row-item-link + .list-inner > .subforum.unread:hover { color: #FF9900;
and
There is no line to edit: only lines to addwarmweer wrote: Tue Oct 22, 2019 10:26 pm It's an example of what you could add to colours.css, or use the extension I linked to and adapt it as you want.
Actually it isn't my code, just a snippet I took from an archive document in which I keep lots of useful code (and I think it actually comes from the extension, so I'll probably have to forward your thanks to the author ).