Hi,
on a website i don’t see the portfolio grid filter categories anymore, it only shows “all”. I believe i didn’t change anything on the site.
Can you help me please?
Also i’d need the CSS codes to style the colors of the categories (color, hover color) and expecially the background color of all the rectangule that is showing white.
Thank you
Hey Qgrafica_7,
Thank you for the inquiry.
There are 10 items in the Home Staging category, but none are linked to the other portfolio categories. Please check the private field. Is there a site backup or restore point available?
Best regards,
Ismael
Hi,
thanks for the reply, i checked the category links and i fixed it, now it works correctly, thank you very much.
I’d still need the CSS codes to style the categories colors and background colors, category hover color etc.
I need to change the color of the white rectangule behind the category names
Hi,
Thank you for the update.
To adjust the style of the sorting buttons, please start with this css code.
.main_color #js_sort_items a {
color: red !important;
background: blue;
}
.main_color #js_sort_items a {
color: red !important;
background: blue;
}
div#js_sort_items {
background: transparent !important;
}
Best regards,
Ismael
Thank you very much,
all the css works