Title: role navigation
Last modified: August 21, 2016

---

# role navigation

 *  Resolved [superichy](https://wordpress.org/support/users/superichy/)
 * (@superichy)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/role-navigation/)
 * Hi!
    I need to hide / delete the post navigation below the posts and pages:
 * With Firebug, I found this code,
    <nav id=”nav-below” class=”navigation” role
   =”navigation”> <h3 class=”assistive-text”>Navegador de entradas</h3>
 * Any idea?

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

 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/role-navigation/#post-4168250)
 * Did you check the [FAQ ](http://www.themesandco.com/customizr/faq/)& [Snippets](http://www.themesandco.com/code-snippets/)?
 * I’m just adding this as a new Snippet:
 *     ```
       .pager .previous > a, .pager .previous > span, .pager .next > a, .pager .next > span {
       display: none;
       }
       .assistive-text {
       display: none;
       }
       ```
   
 *  Thread Starter [superichy](https://wordpress.org/support/users/superichy/)
 * (@superichy)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/role-navigation/#post-4168254)
 * Hi again!
    Sorry Sr., I didn’t know the Snippets… All right,
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/role-navigation/#post-4168255)
 * They were only released this week, so don’t feel bad 😉
 * We’re trying to get Users to start there and use the Forum for more complex issues.
 *  Thread Starter [superichy](https://wordpress.org/support/users/superichy/)
 * (@superichy)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/role-navigation/#post-4168262)
 * Could you add to Snippets, how to change the Posts and Pages titles style?
    I
   mean, size, colour…
 *  Thread Starter [superichy](https://wordpress.org/support/users/superichy/)
 * (@superichy)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/role-navigation/#post-4168266)
 * I’m agree with you, thank you very much for your disinterested help
 *  Thread Starter [superichy](https://wordpress.org/support/users/superichy/)
 * (@superichy)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/role-navigation/#post-4168272)
 * Look what I found… reading and over reading the users forum…
 * Look in /customizr/inc/css *.css files.
 * This is where the styling is done.
 * As usual, would keep a copy of any new code as Theme files will be replaced with
   each new update.
 * Could you help us to do it via Custom CSS?
 *  Thread Starter [superichy](https://wordpress.org/support/users/superichy/)
 * (@superichy)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/role-navigation/#post-4168284)
 * here you have… tested (and working) with WP and Customizr latest releases:
 * /*BEGIN Homepage Title COLOUR*/
    .marketing h2 { color: gray; font-weight: normal;}/*
   END Homepage Title COLOUR*/

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

The topic ‘role navigation’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [superichy](https://wordpress.org/support/users/superichy/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/role-navigation/#post-4168284)
 * Status: resolved