http://www.enmodeaffaires.com/
Having trouble styling this section with the alternate content color. I’ve got it set to the lighter grey it is, but unless i style the row as well on the page it won’t take. Right now there’s a darker grey bar where the portfolio categories are listed so it looks odd (the area that says: Tout/Accessoires/Femmes/Hommes/VIDEO/Weekend)
also how to i style the little circles with the page number below, the black on dark grey doesn’t read well
Hi Enmodeaffaires!
Add this to your custom CSS.
#js_sort_items {
background: transparent !important;
}
And for the pagination try this.
.pagination > span, .pagination a {
background: white !important;
}
Best regards,
Elliott