CSS Used in Site

Active CSS

.entry-dateline-link { display: none; } .banner-thumbnail-wrapper .color-overlay {background-color: rgba(0,0,0,0);}

#block-yui_3_17_2_1_1611962852179_3759 .summary-item {display: flex;}

#block-yui_3_17_2_1_1611962852179_3759 .summary-item .summary-content.sqs-gallery-meta-container { margin-top: auto; margin-bottom: auto; }

.sqs-simple-like {display: none;}

.like-count {display: none;}

.yui3-socialbutton-content {display: none;}

Explanation

.entry-dateline-link { display: none; } = removes date from blog posts


.banner-thumbnail-wrapper .color-overlay {background-color: rgba(0,0,0,0);} = removes color tint over header images (does not apply to the slides used for top level pages


#block-yui_3_17_2_1_1611962852179_3759 .summary-item {display: flex;}

#block-yui_3_17_2_1_1611962852179_3759 .summary-item .summary-content.sqs-gallery-meta-container { margin-top: auto; margin-bottom: auto; } = vertical align the text in the summary block list on the Press page to middle instead of top of the image.


.sqs-simple-like {display: none;} .like-count {display: none;} .yui3-socialbutton-content {display: none;}

= turns off likes, count of likes and sharing at the bottom of blog posts.

Previous
Previous

Instructions for Customizing Timeline code