hueberry Posted February 24, 2011 Share Posted February 24, 2011 Hi,I would like to do some editing to my pagination display but am unable to find a solution to it :-S When i am viewing products on Page 1, it shows me a bracket to my page 1 (pls refer to attachment "page 1")But when i go onto Page 2, it shows me a highlighted block (attachment "page 2")How am I able to edit it so that Page 1 appears with a hightlighted block as well?Is it under Pagination.tpl? Please help!! Link to comment Share on other sites More sharing options...
Radu Posted February 24, 2011 Share Posted February 24, 2011 check class .current inside global.cssthe problem is because the tag has a higher padding Link to comment Share on other sites More sharing options...
hueberry Posted February 24, 2011 Author Share Posted February 24, 2011 Sorry, but what do you mean by class .current? is it under pagination of global.css? Link to comment Share on other sites More sharing options...
Radu Posted February 24, 2011 Share Posted February 24, 2011 yes it's in global.css Link to comment Share on other sites More sharing options...
hueberry Posted February 24, 2011 Author Share Posted February 24, 2011 Could you kindly point out which part i should change please? Thank you =)#pagination { margin:0 10px; overflow:hidden; }ul.pagination { float:left; height:30px; line-height:30px; margin:0; width:60%;}ul.pagination li { display:inline; float:left; margin:0 1px 0 0;}ul.pagination li, ul.pagination a, ul.pagination span { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; background-color:#ffffff; }ul.pagination a, ul.pagination span { padding:1px 3px; }ul.pagination li.current span { background:#F6CEE3 none repeat scroll 0 0; color:#6E6E6E;}ul.pagination a { color:#6E6E6E; }ul.pagination a:hover, #pagination_next a:hover, #pagination_previous a:hover { background:#ffffff none repeat scroll 0 0; color:#F781BE;}ul.pagination li.truncate { padding:0.3em; background:none; }li.disabled span { color:#888888; } Link to comment Share on other sites More sharing options...
hueberry Posted February 25, 2011 Author Share Posted February 25, 2011 Can anyone help me on this please?? Link to comment Share on other sites More sharing options...
Radu Posted March 6, 2011 Share Posted March 6, 2011 for now change from ul.pagination a:hover, #pagination_next a:hover, #pagination_previous a:hover { background:#ffffff none repeat scroll 0 0;to ul.pagination a:hover, #pagination_next a:hover, #pagination_previous a:hover { do you have a link to your website? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now