bacolodboy Posted January 30, 2014 Share Posted January 30, 2014 Hi PS 1.5.6.1 Newbie Just need to know what file css? /pagination.tpl I need to modify to make this text strong/bold " Next Page and Previous Page" also the page numbering bold etc Thanks Link to comment Share on other sites More sharing options...
vekia Posted January 30, 2014 Share Posted January 30, 2014 what theme you use? everything depends on it Link to comment Share on other sites More sharing options...
bacolodboy Posted January 30, 2014 Author Share Posted January 30, 2014 PS default Link to comment Share on other sites More sharing options...
vekia Posted January 30, 2014 Share Posted January 30, 2014 ok so you can use these styles: #pagination_next { color:red!important; background:blue!important; } and #pagination_previous { color:red!important; background:blue!important; } you can use it somewhere in global.css file, remember that you can define own colors and also other css params Link to comment Share on other sites More sharing options...
bacolodboy Posted January 30, 2014 Author Share Posted January 30, 2014 Thanks Link to comment Share on other sites More sharing options...
vekia Posted January 30, 2014 Share Posted January 30, 2014 you're welcome this is what you expected? does it work? 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