Quote Originally Posted by mzma01 View Post
Hi Clyde! I already upload my own banner. Is it possible to totally remove the logo? I want to make it transparent but my knowledge on photoshop not much. Secondly, how to remove the button search on the top banner. TQ!
open includes/templates/cork_board/css/stylesheet.css

find the following declaration and add the highlighted portion:

#logo {
display:none;
float:left;
margin-left:176px;
margin-top:0px;
}


admin -> tools -> layout boxes controller -> sideboxes/cork_board/search_header.php (turn it off)