JemCraft Posted October 4, 2005 Share Posted October 4, 2005 How might I change the size of the wording that reads 'next page' / 'previous page'?? At present it is small and I think that some of my customers may miss it. thanks Jemma Link to comment Share on other sites More sharing options...
mark27uk3 Posted October 4, 2005 Share Posted October 4, 2005 Hi Jemma, Open catalog/stylesheet.css and search and change pageResults, you will probably change the size of the page numbers as well. Mark Lifes a bitch, then you marry one, then you die! Link to comment Share on other sites More sharing options...
JemCraft Posted October 4, 2005 Author Share Posted October 4, 2005 Hi Jemma, Open catalog/stylesheet.css and search and change pageResults, you will probably change the size of the page numbers as well. Mark This is the code that I have for that bit A.pageResults { color: #0000FF; } A.pageResults:hover { color: #0000FF; background: #FFFF33; } What would I need to add in? Link to comment Share on other sites More sharing options...
wheeloftime Posted October 4, 2005 Share Posted October 4, 2005 This is the code that I have for that bit A.pageResults { color: #0000FF; } A.pageResults:hover { color: #0000FF; background: #FFFF33; } What would I need to add in? Add font-size: 12px; to A.pageResults and maybe change 12 to something more to your liking. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.