Title: binaryanomaly's Replies | WordPress.org

---

# binaryanomaly

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Duster] Overlay blog title and description over header image](https://wordpress.org/support/topic/overlay-blog-title-and-description-over-header-image/)
 *  Thread Starter [binaryanomaly](https://wordpress.org/support/users/binaryanomaly/)
 * (@binaryanomaly)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/overlay-blog-title-and-description-over-header-image/#post-4367548)
 * Nope, all fine. Thanks Kathryn.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Duster] Overlay blog title and description over header image](https://wordpress.org/support/topic/overlay-blog-title-and-description-over-header-image/)
 *  Thread Starter [binaryanomaly](https://wordpress.org/support/users/binaryanomaly/)
 * (@binaryanomaly)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/overlay-blog-title-and-description-over-header-image/#post-4367541)
 * Hi Kathryn
 * Thanks for your answer, I’m already working with a child theme and I managed 
   to achieve partially what I wanted by adding the following to style.css – I broke
   responsiveness though which I’ll have to fix yet.
 *     ```
       #branding {
       	position: relative;
       	border: 0px; /* solid #c0c0c0;*/
       	padding-bottom: 0px;
       }
   
       #branding hgroup {
       	position: absolute;
       	bottom: -20px;
       	text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
       	z-index:1;
       	padding-bottom: 0px;
   
       }
   
       #branding hgroup h1 {
       	font-size: 400%;
       	font-weight: 500;
       	color: #ffffff;
       }
   
       #branding hgroup h2 {
       	font-size: 150%;
       	color: #ffffff;
       }
       ```
   
 * You can find my site here: [http://dyi.li/3SP](http://dyi.li/3SP)
 * Thanks for your help 😉
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Eleven] Removing Search Form from Static Page](https://wordpress.org/support/topic/removing-search-bar-i/)
 *  [binaryanomaly](https://wordpress.org/support/users/binaryanomaly/)
 * (@binaryanomaly)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/removing-search-bar-i/#post-4142686)
 * Create a child theme and put that in your style.css:
    /* Search Form */ #branding#
   searchform { display: none; }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress HTTPS (SSL)] Homepage Hyperlink Goes to Https://domainname.com](https://wordpress.org/support/topic/homepage-hyperlink-goes-to-httpsdomainnamecom/)
 *  [binaryanomaly](https://wordpress.org/support/users/binaryanomaly/)
 * (@binaryanomaly)
 * [13 years ago](https://wordpress.org/support/topic/homepage-hyperlink-goes-to-httpsdomainnamecom/#post-3714573)
 * I have a similar issue but vice versa when entering my site with https, all menu
   links are https except for the home one. I assume it has something to do with
   the fact that the homepage is that special blog page but have not found out yet
   how to fix it.

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