Change the color of the bottom pagination rollover

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Thu Jul 05, 2012 10:09 pm
ideedicasa.it

I modified the template with a custom color style, but I can not change the color in the bottom pagination rollover. can someone help me? Thanks
User avatar
Fresh Boarder

GK User
Fri Jul 06, 2012 12:36 am
Following is the pagination classes for various layouts and components. Add below to override.css located in templates/gk_templatename/css/override.css and enable it template settings > advanced settings > css override "on".

Code: Select all
div.pagination ul li:hover,div.k2Pagination ul li:hover,#bottom-pagination ul li:hover,div.pagination ul li:hover a,div.k2Pagination ul li:hover a,#bottom-pagination ul li:hover a,div.pagination ul span:hover,div.k2Pagination ul span:hover,#bottom-pagination ul span:hover {
   background: #415f80;
   border-color: #436284;
}

Change background and border-color as you want.

See you around...
User avatar
Platinum Boarder


cron