Title: alisanta's Replies | WordPress.org

---

# alisanta

  [  ](https://wordpress.org/support/users/alisanta/)

 *   [Profile](https://wordpress.org/support/users/alisanta/)
 *   [Topics Started](https://wordpress.org/support/users/alisanta/topics/)
 *   [Replies Created](https://wordpress.org/support/users/alisanta/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/alisanta/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/alisanta/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/alisanta/engagements/)
 *   [Favorites](https://wordpress.org/support/users/alisanta/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] WP Super Cache & GZIP](https://wordpress.org/support/topic/wp-super-cache-gzip-1/)
 *  [alisanta](https://wordpress.org/support/users/alisanta/)
 * (@alisanta)
 * [13 years ago](https://wordpress.org/support/topic/wp-super-cache-gzip-1/#post-3773600)
 * as long as you view your page source and see gzip information on the bottom of
   the html code, rest assured that the gzip is working as expected.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to remove "Featured Post" from Showcase Template in Twenty Eleven?](https://wordpress.org/support/topic/how-to-remove-featured-post-from-showcase-template-in-twenty-eleven/)
 *  [alisanta](https://wordpress.org/support/users/alisanta/)
 * (@alisanta)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/how-to-remove-featured-post-from-showcase-template-in-twenty-eleven/#post-2449897)
 * If what you mean is featured slider, then the easiest way is don’t use this template.
   
   Just use normal template, as I believe it will achieve what you want.
 * To modify the php, create child template. on showcase.php, line 39 where the 
   comment “Begin the featured posts section.” .. removed until line “End check 
   for sticky posts.”
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twenty Eleven, own logo and headline size](https://wordpress.org/support/topic/twenty-eleven-own-logo-and-headline-size/)
 *  [alisanta](https://wordpress.org/support/users/alisanta/)
 * (@alisanta)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/twenty-eleven-own-logo-and-headline-size/page/3/#post-2172443)
 * This is my replacement style.css to display logo, while hide the text of blog
   title & description.
    Background color inside HGROUP can be removed or changed
   to match your logo background, here I replace to black.
 *     ```
       #branding img.logo-image { float: left; clear: none; margin-left:7.6%; margin-top:20px; margin-bottom:20px;width:292px; height:85px;}
       #branding hgroup {margin:0px;}
       hgroup {
       	height:140px;
       	width:1000px;
   
       		background:#000;
       	}
       #site-title { display:none;float: left; clear: none; margin-left: 2%; padding-top: 5px; margin-right: 0; width: 70%; }
       #site-description {display:none; float: left; clear: none; margin-left: 2%; margin-right: 0; width: 70%; }
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)