Viewing 12 replies - 1 through 12 (of 12 total)
  • 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>
    Thread Starter zenki04

    (@zenki04)

    thank you for your kind reply but i dont know exactly where i can find them

    Thread Starter zenki04

    (@zenki04)

    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.

    Thread Starter zenki04

    (@zenki04)

    ow.. i thought by replacing

    Thread Starter zenki04

    (@zenki04)

    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 ?? )

    Thread Starter zenki04

    (@zenki04)

    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.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘delete or remove arrows’ is closed to new replies.