The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I always want to make it look full page
Remove See more | See less | Go to post | from the cms home page ![]() thanks. |
|
#2
|
||||
|
||||
|
adding this to additional.css would be easiest:
Code:
.channel-content-widget[data-widget-instance-id="X"] .conversation-list.stream-view .list-item-body .post-links {
display: none;
}
Alternatively, you can use data-widget-id, data-note-id etc; whichever suites your needs. |
|
#3
|
|||
|
|||
|
thanks CvP
where Version 5.1.0 additional.css I could not see |
|
#4
|
||||
|
||||
|
It is called css_additional.css in vB5 and is found under Style Manager > edit templates > CSS group
|
![]() |
|
|