Forums

Remove 'Home' button, striking theme 3.2.1 (10 posts)

  1. AlexShockley
    Member
    Posted 10 months ago #

    I'm new to wordress and web development and have been learning wordpress by trial and error so far, but I'm stuck on how to remove the 'home' button from the header? I've read a few posts on here (mostly a couple years old) that have suggested lines of code to delete or replace in the header.php, but my header.php code doesn't seem to contain what they're talking about. Any suggestions? The site I'm working on is http://www.coloradoisrad.com, i'm using the Striking theme, and I'm working in version 3.2.1

  2. esmi
    Theme Diva & Forum Moderator
    Posted 10 months ago #

  3. AlexShockley
    Member
    Posted 10 months ago #

    Thanks Esmi, I sent a help request to Themforest and they said they usually respond within 2 days. In the mean time, is anybody here able to help me out?

  4. leev18
    Member
    Posted 10 months ago #

    Edit: find something like this in your css: * html #access ul li.current_page_item a,

    then add this code under it:

    #access ul li.current_page_item {
    	display:none
    }
  5. AlexShockley
    Member
    Posted 10 months ago #

    Thanks Leev. I'm still a noob when it comes to wordpress and web dev, by css do you mean my stylesheet (style.css)? If so, is there any particular place I should insert that code?

  6. leev18
    Member
    Posted 10 months ago #

    stupid browser made me edit twice...

    Yes, in style.css, can be put at the bottom.

    #access ul li.current_page_item {
    	display:none
    }
  7. AlexShockley
    Member
    Posted 10 months ago #

    Hmm, I tried adding it to the bottom of my style.css and it didn't seem to do anything.. Am I missing something?

    /*
    Theme Name: Striking
    Description: Designed by Kaptinlin.
    Follow KaptinLin on Twitter for the updates.
    Get support from Forum.
    Author: Kaptinlin
    Version: 3.0.5
    Author URI: http://themeforest.net/user/Kaptinlin
    */
    #access ul li.current_page_item {
    display:none
    }

  8. leev18
    Member
    Posted 10 months ago #

    try this one:

    .current_page_item {
    	display:none
    }
  9. alchymyth
    The Sweeper
    Posted 10 months ago #

    @leev18
    setting the menu tab of the current page to 'display: none;' cannot solve the problem - it just generates a new one.

    @AlexShockley
    your theme does not read style.css; it uses either screen.css or skin.css, both of which are in a different subfolder of the theme, and might no be editable from the 'appearance' 'editor'.

    best to wait for a response from the theme vendor.

  10. James Nighswonger
    Member
    Posted 8 months ago #

    Alex Shockley, did you ever get info to remove HOME?
    thanks
    Jim

Reply

You must log in to post.

About this Topic