Hi, I downloaded a theme template from Envato Elements and cant change the heading menu bar text color, when I go to edit code theres loads of css files and dont know which one to change, is there something I can do to override everything and change text color to white?
Topic summary
Goal: change only the top header text color in the Venture theme without altering all page text.
- Theme settings (Customize > Theme Settings > Colors) affect all text, which the OP wanted to avoid.
- Working solution provided: add a CSS rule in assets/theme.scss.css to target collection page titles specifically. Selector: body.template-collection h1.section-header__title with color set to #FFF and !important. This applies across all collection pages.
- Outcome: OP confirmed the color fix worked.
Open items:
- OP asked how to change the font of this specific header text; no answer yet.
- Another user with an Envato Elements theme asked how to override menu bar heading text color to white across many CSS files; no resolution provided.
Context notes:
- An image was referenced showing the text was black on a black background (invisible) until highlighted, clarifying the issue.
- The discussion remains partially open due to the unanswered font-change and the separate Envato theme question.