• Resolved superichy

    (@superichy)


    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)
  • Did you check the FAQ & 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

    (@superichy)

    Hi again!
    Sorry Sr., I didn’t know the Snippets…
    All right,

    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

    (@superichy)

    Could you add to Snippets, how to change the Posts and Pages titles style?
    I mean, size, colour…

    Thread Starter superichy

    (@superichy)

    I’m agree with you, thank you very much for your disinterested help

    Thread Starter superichy

    (@superichy)

    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

    (@superichy)

    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.