Hi
Paste this CSS in Optimizer Options -> Custom Code -> Custom CSS
.page_head .pagetitle_wrap { display: none; }
Thanks
Thread Starter
Ribo
(@ribo)
Hi Layerthemes ,
That worked great! Thanks!
However, now I have a large blank space there. Do you know how to remove/hide that?
Thanks!
Dan
Hi
Use this CSS
.page_head{display: none;}
Thanks
Thread Starter
Ribo
(@ribo)
That worked perfectly!!
Thanks!…and great theme btw!
I tried this and am still seeing the title. Any ideas?
http://postimg.org/image/aclcw21ul/
http://postimg.org/image/vlccz7t1n/
Can’t link my url as it’s an intranet site.
Hi bighawkuk
I guess you are trying to hide the Site Title text “ROSS EMEA Intranet”.
You can upload your logo in Optimizer Options -> Basic-> Header Settings -> Logo/Header Image
Then it will be replaced by your logo. If you don’t have a logo then paste this in Optimizer Options -> Custom Code -> Custom CSS
.logo {
display: none;
}
Thanks
I am new to WP and am using the Optimizer theme. I would also like to get rid of the title header on each page (my site is: http://www.pushbikepa.com) amongst other things. I tried the plug-in: Title remover and the WP essentials fellow tried to put the code above in my CSS to no avail.
Not sure if you can also comment on how to:
– make the header have less depth. it is taking up half my page?
– get rid of the small white box in my content area?
The rest I can live with for now!!
Thanks in advance!
Well, those WP essentials guys REALLY don’t know what they’re doing because I just made your code above work! That solves two problems, the title showing and the wide header. Now to get rid of the white box in my content area…any ideas? I will make a new post if I can’t do it myself.
Hi
Insert this inn Custom CSS
.widgets #text-3 {
display: none;
}
Thanks