AntonShevchuk / wp-constructor

Wordpress Constructor Theme for those who want to create a unique blog design quickly and effortlessly
https://wordpress.org/themes/constructor/
0 stars 0 forks source link

"hide title by css" not working? #158

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Open the website
2. Look at the title
3. It shows up even with "Hide title by css" selected.

What version of the ... are you using?
1. Wordpress:3.1.3
2. Constructor:1.5.10
3. PHP: 5x
4. Browser:firefox 3.x ie8
5. OS:win

What URL of your blog(s)?
1. http://www.driftingsonband.com

Please provide any additional information below.

This is a completely new installation for everything. I want to use an image 
for the title and when i select "hide title by css" on the customize->header 
tab, it still shows up over the image. I tried using the old css hack and 
putting it on the css page. It still shows up. The only way I can make it go 
away is by using Display:none. But the the link goes away too, and I want the 
link.

I have old versions of constructor where the "hide title" checkbox works, but 
unfortunately, this one doesn't.
thanks for such an awesome theme! Hope you can help!

Original issue reported on code.google.com by wend...@gmail.com on 2 Jun 2011 at 8:08

GoogleCodeExporter commented 9 years ago
Never mind - the checkbox still doesn't work but I figured out some other css 
that does. Something like #header #name a{font-size:0px; width:x; height:y;}

Original comment by wend...@gmail.com on 2 Jun 2011 at 10:41