How can I customize the “All” tab with CSS - is this possible?
I’d like it to be in all capital letters - “ALL”
Also, is there a way to center the category tabs, in mobile view they align to the left.
You can use this CSS code
div.eapp-portfolio-project-list-categories-component>div:first-child {
text-transform: uppercase;
}
@media screen and (max-width:767px) {
.eapp-portfolio-project-list-categories-component {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
Hi @Angelo
We are so glad that you’ve decided to join us! Welcome
Please add the code provided by @tuanphan to the Custom CSS field on the Style tab of your widget settings and let me know if it helped
This worked perfectly! Thank you so much!! You’re amazing!
The code worked great!
Would be so good if Elfsight implemented this as a standard customization option, as well as other font options, etc for the category tabs. It’s such a powerful widget but really lacks in its best function… category tabs.
Hi @Angelo
Happy to hear that you are good now!
I agree that more customization options would enhance our widget, and we have such a request in our Wishlist.
Please vote for this feature to get a notification upon its release