• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Help Styling Pagination

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Help Styling Pagination

This topic is: not resolved

Tagged: css, pagination

  • This topic has 2 replies, 2 voices, and was last updated 8 years, 11 months ago by kavikalyn.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • October 4, 2014 at 3:01 pm #126778
    kavikalyn
    Member

    Hello, I built a site at http://JapaneseEmoticons.net using the basic Genesis theme and the Design Palette Pro plugin.

    My home page shows the latest blog posts and the pagination at the bottom looks exactly how I want.

    I have another page here: http://japaneseemoticons.net/all-japanese-emoticons/

    Because the page was so huge I had to break it up into multiple pages using <!--nextpage-->.

    How can I change the styling on the pagination on this page so it matches the nice bigger boxes on the homepage?

    I figured out I can use CSS and tried copying and pasting bits of CSS I found on the Internet into the Freeform CSS section of the Design Palette Pro plugin and playing with that a bit and I was able to make some changes but I have no idea what to put to make it look the same as the homepage.

    Thanks in advance for any help.

    http://JapaneseEmoticons.net
    October 5, 2014 at 12:15 pm #126841
    jbergen
    Member

    Hi,

    The reason the pagination links for your single post entry don't look like those for your post archive is because the CSS used to style the archive pagination doesn't apply to entry pagination. A quick fix would be to add the following CSS rules that apply to entry pagination to your child theme's style.css file. Here's the code you can add below the existing .archive-pagination rules in your child theme's style.css file, line 1145:

    .entry-pagination {
    	display: inline;
    }
    
    .entry-pagination a {
    	background-color: #5C98B9;
    	color: #fff !important;
    	cursor: pointer;
    	display: inline-block;
    	font-size: 16px;
    	padding: 8px 12px;
    }
    
    .entry-pagination a:hover,
    .entry-pagination .active a {
    	background-color: #BD363F;
    }

    This is what that will look like:

    styled entry pagination

    If you want to make it look even closer to the post archive pagination, you might want to look into Styling Page-Links in the codex.

    I hope that helps!
    Jamie


    Jamie @ Ladebug Studios

    October 6, 2014 at 1:11 pm #126936
    kavikalyn
    Member

    Thanks so much for the help! It's almost exactly how I'd like now.

    Is it possible to make the current selected page in a red box exactly like the mouseover link instead of just a plain text number?

    Is it also possible to add in next page and previous page buttons like on the homepage as well?

    I tried reviewing that link but I don't really understand it...

    Thanks again.

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble