Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author jethin

    (@jethin)

    This code needs to go in a stylesheet (.css) document. And it looks like you’re missing the periods on the selectors. Try this:

    .gss-nav, .gss-pager { display:none; }

    Also note this will remove both the previous/next buttons and the pager navigation (circles). If you just want to remove the pager you just need:

    .gss-pager { display:none; }

    Plugin Author jethin

    (@jethin)

    marking topic as resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cant get the cirlces off in the navigation’ is closed to new replies.