• I am newbie and working on this site

    Need some guidance and help

    Site address:
    https://exploreoasis.com/demo-jobs/demosite/

    The theme is ProStart

    As you see, on topmost of the page, the Page Tab is present

    Below ( Just above the slideshow) again “Home” Tab and Un-Assign” tab is present. I assume these are the categories names.

    How can I remove this tabs. I did went to categories and tried to delete all categories but still Unassign stays and doesnot get deleted

    Can anyone help me with this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try going into your header.php to manually remove those links.

    if you want to get rid of the whole row with these tabs,
    edit header.php, find something like:

    <div class="navcontainer">
    	<ul id="nav">
             <?php wp_list_categories('title_li='); ?>
    	</ul>
    </div>

    and delete this.

    make a backup copy of the theme files before editing.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Any Help on this tricky theme!’ is closed to new replies.