WordPress – PlatformPro Change Primary Nav Color
Change Primary Nav text color from its default grey (#777777) to Black. Add the follow CSS to the PlatformBase Child Theme: /* Change Primary Nav text to black. */ #primary-nav a { color:#000000; } File: root/wp-content/themes/platformbase/base.css