Home › Forums › Support › CSS for blog archive navigation This topic has 3 replies, 2 voices, and was last updated 4 years, 8 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts May 17, 2020 at 4:57 am #1288381 Cynthia I’m stuck and have looked through forum. Want to change GeneratePress paging CSS on blog page to look like on this page (done with Beaver Builder): May 17, 2020 at 8:10 am #1288744 DavidStaff Customer Support Hi there, try adding this CSS: #nav-below { text-align: center; padding-top: 0; padding-bottom: 0; } .nav-links { display: flex; align-items: center; justify-content: center } .nav-links > * { display: block; padding: 10px; font-size: 16px; border: 1px solid #ccc; margin: 0 5px !important; background-color: #e36588; color: #ffffff !important; } .nav-links > .page-numbers:hover, .nav-links > .page-numbers.current { background-color: #5fcfcb; } May 17, 2020 at 8:30 am #1288778 Cynthia Oh, my goodness; I was doing it every harder way to no avail. Worked perfect, thank you! May 17, 2020 at 2:27 pm #1289197 DavidStaff Customer Support Glad to be of help Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In