binaryanomaly
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Themes and Templates
In reply to: [Duster] Overlay blog title and description over header imageNope, all fine. Thanks Kathryn.
Forum: Themes and Templates
In reply to: [Duster] Overlay blog title and description over header imageHi 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
Thanks for your help 😉
Forum: Themes and Templates
In reply to: [Twenty Eleven] Removing Search Form from Static PageCreate a child theme and put that in your style.css:
/* Search Form */
#branding #searchform { display: none; }Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Homepage Hyperlink Goes to Https://domainname.comI 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)