Title: nkbitsch's Replies | WordPress.org

---

# nkbitsch

  [  ](https://wordpress.org/support/users/nkbitsch/)

 *   [Profile](https://wordpress.org/support/users/nkbitsch/)
 *   [Topics Started](https://wordpress.org/support/users/nkbitsch/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nkbitsch/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nkbitsch/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nkbitsch/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nkbitsch/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nkbitsch/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Highlighting certain "menu button"](https://wordpress.org/support/topic/highlighting-certain-menu-button/)
 *  Thread Starter [nkbitsch](https://wordpress.org/support/users/nkbitsch/)
 * (@nkbitsch)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/highlighting-certain-menu-button/#post-2373183)
 * i nailed it..
 *     ```
       #menu-item-962 a {
       color: white;
       background: blue;
       border-left: 1px solid white;
       }
   
       #menu-item-962 .sub-menu a {
       color: #545628;
       background: white;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Highlighting certain "menu button"](https://wordpress.org/support/topic/highlighting-certain-menu-button/)
 *  Thread Starter [nkbitsch](https://wordpress.org/support/users/nkbitsch/)
 * (@nkbitsch)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/highlighting-certain-menu-button/#post-2373152)
 * Hi again. Thank you so much.
 * I have found the class: class=”menu-item menu-item-type-post_type menu-item-object-
   page menu-item-962″
 * How do i refer to that specific class in the CSS?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing Author, Date etc.](https://wordpress.org/support/topic/removing-author-date-etc/)
 *  Thread Starter [nkbitsch](https://wordpress.org/support/users/nkbitsch/)
 * (@nkbitsch)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/removing-author-date-etc/#post-2298453)
 * Problem solved. Solution:
 *     ```
       .post-navigation {
       display: none;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing Author, Date etc.](https://wordpress.org/support/topic/removing-author-date-etc/)
 *  Thread Starter [nkbitsch](https://wordpress.org/support/users/nkbitsch/)
 * (@nkbitsch)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/removing-author-date-etc/#post-2298452)
 * Hi again.
 * One more question.
 * If I now want to remove “next post” and previous post button, what should I write?
 * My guess was:
 *     ```
       .category-all-rooms .post-navigation {
       display: none;
       }
       ```
   
 * But it doesn’t seem to work..
 * Any help is appreciated..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Portfolio Slideshow doesn't loop, but stops…](https://wordpress.org/support/topic/portfolio-slideshow-doesnt-loop-but-stops/)
 *  Thread Starter [nkbitsch](https://wordpress.org/support/users/nkbitsch/)
 * (@nkbitsch)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/portfolio-slideshow-doesnt-loop-but-stops/#post-2357046)
 * oh.. so that what “Disable slideshow wrapping” means.. thank you!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing Author, Date etc.](https://wordpress.org/support/topic/removing-author-date-etc/)
 *  Thread Starter [nkbitsch](https://wordpress.org/support/users/nkbitsch/)
 * (@nkbitsch)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/removing-author-date-etc/#post-2298162)
 * That was easy! and it worked!
 * Thank you so much!
 * I added the line to the custom.css file.

Viewing 6 replies - 1 through 6 (of 6 total)