nikopol 0 Report post Posted August 17, 2011 Greetings, I recently made a site for my freelance design site (http://www.thinkingwithpixels.com) and I've run into a weird issue. If you go to the blog page (http://www.thinkingwithpixels.com/blog/), you'll notice that it's missing a "Previous Entries" link at the bottom. I was wondering if there was a way to fix this. I'd also appreciate it if anyone could tell me how to change the arrow colour of the carousel (the arrow you click to change pictures). Sadly the search feature of the current forum is just a pale shadow of what it used to be so I couldn't find an answer to either question. Thanks in Advance Mehmet Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 17, 2011 You may need to add the Pagination section to your blog page template in Template Setup. The arrows are done with background images as you can see from this CSS: #carousel .jcarousel-prev { left: 15px; cursor: pointer; background: transparent url(images/carousel_navleft.png) no-repeat 0 0; } Share this post Link to post Share on other sites
nikopol 0 Report post Posted August 18, 2011 Thank you so very much, I managed to upload custom carousel icons and brought back my the Pagination section. Share this post Link to post Share on other sites