Changing Category Text color

Hi, where can I change the Home Page Category text color on Porto Shopify Theme?

I have checked everywhere for it (Header, Main Section, etc…)

Please help

Thanks you Joe

Hi

Please contact your purchased theme Author through Item Support page and let them know. your theme Author will assist you.

Otherwise you can use the following css:

.header-menu-style-background_new.menu-color-custom .main-nav ul.top-navigation > li > a, .header-menu-style-background_new.menu-color-custom .main-navigation .top-navigation.side-menu > li > a {
   color: #000 !important;
}

Just replace #000 with your chosen color.

Thanks