You could hide the navigation on single pages by adding the code below to you css.
#nav-single {
display:none;
}
or you can remove the code between the tags below in the template.
<nav id="nav-single" style="display: none;">
</nav>
thank you for your kind reply but i dont know exactly where i can find them
i did what you told me about this
#nav-single {
display:none;
} ,
but still the previous and next arrow are there
In that case (after backing up your files!!), in the wordpress admin you can go to: Appearance – Editor
Then you select the theme you want to edit.
In the style.css file, all the way at the bottom add:
#nav-single {
display:none;
}
You can read more about editing files here: Editing Files
Remember: make sure you’re comfortable with what you’re doing and make a backup so that you can always go back and restore.
Where did you add it? I checked, it’s not in your style.css file.
ow.. i thought by replacing
my style.css has no text at all..
zenki, install Custom CSS Manager and in it add the code provided by Mike.
Have you selected the right theme?
Maybe you can post a screenshot of your edit screen?
Thanks MediaX! (I was kind of stuck π )
there is no attachment here.. but i did install a custom css manager, please tell me if im right that in the blank cascading style sheet is where im going to paste this
#nav-single {
display:none;
}
?
sorry, just a newbie
There is a style.css for you site and it surely ain’t blank (otherwise you wouldn’t have site styled as it is).
Please,just add Mike’s code in the custom css manager and save.