Skip to content

Instantly share code, notes, and snippets.

View Sure9der's full-sized avatar
🎯
Focusing

Surender Sure9der

🎯
Focusing
View GitHub Profile
@Sure9der
Sure9der / custom-news-style.css
Created February 27, 2026 11:26
Custom CSS for WordPress News Website – Public Gist
/* Custom CSS for News Website */
/* Created by Surender */
/* Post title only 2 lines */
.post-title,
.entry-title {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;