Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I put the code below in the Phprunner 7.0 custom css to change the pagination at bottom of page. Does anyone know how to change the next and previousin custom css?.pag_n{style='TEXT-DECORATION: none;color: #717171;background: #e9e9e9;padding: 2px 4px;margin-right: 0px;border-radius: 3px;border: solid 1px #c0c0c0;text-shadow: 1px 1px 0px rgba(255,255,255, 0.7);}
Try something like this:
div.style1.rnr-bc.rnr-b-pagination a {color: red;font-size: 15px;}
I did this code below and it worked good to change pagination at bottom. div.style1.rnr-bc.rnr-b-pagination a {color: #717171;background: #e9e9e9;padding: 2px 4px;margin-right: 0px;border-radius: 3px;border: solid 1px #c0c0c0;box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;text-shadow: 1px 1px 0px rgba(255,255,255, 0.7);}div.style1.rnr-bc.rnr-b-pagination a:hover {background: #ffffff;color: #000000;}