![]() |
Change link color only in "last post"
Hello. I want to change the link color in the "last post" part of the forum blocks. I know that the stylevar "block_link_color" controls this, but it is overridden by the "link_color" stylevar. Is there any way to make the block link color permanent? Any help would be appreciated.
|
pretty sure it would be something along the lines of
Code:
.forumbit_post .forumrow .forumlastpost a {color:#666666!important;} |
It worked, but link_color also affects the VSa Stats box and subforum links. I'm assuming the code to make those link colors permanent is similar, but in a different CSS template?
Thanks for you help and the very quick response! |
I just gave you the code for Last Post by only. What are you looking to do exactly?
|
I did want to make those links permanent, but I didn't think about the subforum and VSa Top Stats box links. That was my error, and I apologize for that. I can ask for that in a separate thread if it's proper etiquette.
|
Try this css overwrite: Its better than windows7site give you.
HTML Code:
.forumbit_post .forumrow .forumlastpost .threadtitle {color:#000 !important;} You can go to its template and put style="color:#000;" in the a href code. so that VSa wont get affected, style manager> style name> edit templates> forumhome templates> forumhome_lastpostby find: HTML Code:
<a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_newpost}}" class="threadtitle" title="{vb:rawphrase go_first_unread_in_thread_x, {vb:raw lastpostinfo.lastthread}}">{vb:raw lastpostinfo.trimthread}</a> HTML Code:
<a style="color:#000;" href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_newpost}}" class="threadtitle" title="{vb:rawphrase go_first_unread_in_thread_x, {vb:raw lastpostinfo.lastthread}}">{vb:raw lastpostinfo.trimthread}</a> |
Thanks, but TWS7's solution worked better for me as far as keeping the "last post" permanent, and I also was able to use it for threadbit. I'm still working on the VSa Stats Box - once I get that, I can stop getting headaches.
|
Quote:
|
Quote:
|
Try this for top stats link color
Code:
#vsa_fh_stats a {color:#666666 !important;} --------------- Added [DATE]1308600009[/DATE] at [TIME]1308600009[/TIME] --------------- This should work for subforum link colors Code:
.subforum a {color:#ff0000 !important;} If you wonder why usernames are the color of the links colors its because you havent defined a color for all your usergroups, which I would recommend in admincp just like you did with Super Moderators - Administrators - Moderators |
All times are GMT. The time now is 01:53 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|