Is there an easy way to change font color and bold the fonts for PREVIOUS and NEXT at the bottom of the products pages?
tx
zzzoom
Is there an easy way to change font color and bold the fonts for PREVIOUS and NEXT at the bottom of the products pages?
tx
zzzoom
Add to your stylesheet
Code:#productsListingListingBottomLinks/*this will change color of the unlinked number - delete if you don't want that*/, #productsListingListingBottomLinks a { color: #112233; font-weight: bold; } /* if you want to change the font size, you need a separate declaration: */ #productsListingListingBottomLinks { font-size: 1.2em; }
Bookmarks