What style property for this?

doli

New member
windowsxenforo.png


Help pls :)
I cannot find what style property I should update to change color of these Title/Start Date, Replies, Views, Last Message text.
 
What are you trying to change exactly?

You can use the following classes in EXTRA.css if you wish: .itemPageNav a, .itemPageNav span
 
In the forum view(threads list), when you have long thread and you move mouse over the thread title it shows pagenav boxes next to author, and start date. I want to change their border, background and text color.

ps. I tested this
.itemPageNav a span {
color:green;
}
But it doesn't change color of text in these pagenav boxes ...
 
Ok, looks like it's in style properties but
"Style Properties: Discussion List" not "PageNav, Link Groups and Tabs".

Thanks for help.

Strange: background color and border works from style properties, text color does not :/
 
Top Bottom