Button colors on portfolio page

I use default portfolio page for my website. on Portfolio page the button colors are with background colors.

!(upload://3AOMnhgU5ouSMssGskPTTDF3C3L.jpeg) single portfolio page button colors are red color. The button shows different colors each place. how to customize the colors on portfolio page. I want to create all the button unique on all pages like red button.also few pages are not responsive on mobile.i used classic card and text on classic card disappear on mobile

Hi Jothi,

Thanks for reaching out.
To change the Portfolio filter button you need to add the following custom CSS code into the Theme Option > CSS.

.x-portfolio-filters, .x-portfolio-filter
{
    background-color: #ff0000;;
}

Please remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.

NOTE: The page is called unresponsive tested in the mobile and seems working fine.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.