remove Category and archive from wordpress blog -


i have wordpress blog , in blog page says:

archives category archive for: ‘blog’ 

at top inside div called inner

<div id="feature">     <div class="top_shadow"></div> <div class="inner"><h1>archives</h1> <div id="introduce">category archive for: ‘blog’</div> </div> 

i rid of not see anywhere inside of settings. using theme striking if helps.

adding display:none; on css may solve problem. want remove exactly?

if superior has id or class, simple #whateveriscalled {display:none;} or .whateveriscalled {display: none;}

post div want remove.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -