Tagged: styling categories
Hey whdsolutions,
Please try the following in Quick CSS under Enfold->General Styling:
#js_sort_items a {
border: 1px solid #eee;
}
Best regards,
Rikard
We would like it to be EXACTLY as it looks like on https://2024-liptonrogers-com.stackstaging.com/team/ with no “/” same colour and size font etc.
Hi again
How do we make the selected category white with a white border?
Hi,
Thank you for the update.
You can add this css code to adjust the color of the selected category:
.responsive #top .main_color #js_sort_items a.active_sort.active_sort {
color: #ffffff !important;
border-color: #ffffff;
}
Best regards,
Ismael
Most helpful – Thank you!