Hi mates
as subject
anyone know how to hide blog title and descripton in this theme?
http://ndesign-studio.com/wp-themes/glossyblue
i've tried many trick that i found here.. but no work :(
thanks
Hi mates
as subject
anyone know how to hide blog title and descripton in this theme?
http://ndesign-studio.com/wp-themes/glossyblue
i've tried many trick that i found here.. but no work :(
thanks
You could edit header.php and change the code for it or use CSS.
#headerimg h1 {
display: none;
}
#headerimg .description {
display: none;
}
Changes should be made to a child theme, or you'll lose these custom modifications when you update the theme. You can read about child themes in the Codex.
solved!!!
thanks mate :)
You must log in to post.