• Resolved Adonya

    (@adonyawong)


    The pagination option, on the blog page, is kind of bland. Is there a way to make it stand out?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Adonya

    (@adonyawong)

    I figured it out. ??

    Thread Starter Adonya

    (@adonyawong)

    If anyone wants the code, here ya go. Simply change the background color (which I have placed in bold) to match your customization. Happy coding!

    .post-navigation a,
    .paging-navigation a,
    .comment-navigation a {
      	padding: 8px 6px 8px 8px;
      	box-shadow: 0 1px 2px black;
    	color: #fff;
      	background-color: #b5103a;
    	display: inline-block;
    	font-family: "Droid Serif", Georgia, serif;
      	letter-spacing: 2px;
      	text-align: center;
      	text-transform: uppercase;
    	font-size: 12px;
    	line-height: 3;
    	max-width: 150%;
    }
    .post-navigation a:hover,
    .paging-navigation a:hover,
    .comment-navigation a:hover {
    	color: #f5f5f5;
    }
    • This reply was modified 8 years, 1 month ago by Kathryn Presner. Reason: put CSS in code tags
    • This reply was modified 8 years, 1 month ago by Kathryn Presner. Reason: removed strong tags
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom CSS for Pagination?’ is closed to new replies.