Well you could inject into your headerpcp20us wrote:How can i remove the meta box in the side bar, i read that it is hardcoded. the problem is i do not have access to the sdy files??
Code: Select all
<style>
#meta {
display:none;
}
</style>Well you could inject into your headerpcp20us wrote:How can i remove the meta box in the side bar, i read that it is hardcoded. the problem is i do not have access to the sdy files??
Code: Select all
<style>
#meta {
display:none;
}
</style>I used the HTML-Code inside head (HTML-Head Nugget) to test just and that didn't work.pcp20us wrote:All i could find is the Template Header/Logo Image plugin.
If this is correct how do i put code in as i think its only for images ??