Log in

View Full Version : Remove See more from the cms


bymny
04-28-2014, 10:30 PM
I always want to make it look full page

Remove See more | See less | Go to post | from the cms home page

http://i.imgur.com/Yk3a7Yk.png

thanks.

CvP
04-28-2014, 11:31 PM
adding this to additional.css would be easiest:


.channel-content-widget[data-widget-instance-id="X"] .conversation-list.stream-view .list-item-body .post-links {
display: none;
}


where X is the data-widget-instance-id of your cms block. You can view it from inspect feature of your browser.

Alternatively, you can use data-widget-id, data-note-id etc; whichever suites your needs.

bymny
04-29-2014, 10:56 AM
thanks CvP
where Version 5.1.0 additional.css I could not see

Lynne
04-29-2014, 04:03 PM
It is called css_additional.css in vB5 and is found under Style Manager > edit templates > CSS group