How can I change my brand font color without affecting headings?

Topic summary

A user wants to change the brand section font color to #333333 but encounters an issue where modifying the theme color affects all heading fonts site-wide.

Proposed Solution:
Another user provides CSS code targeting specific elements:

  • .template-collection .grid__item.medium-up--one-fifth a
  • .sidebar_title

This successfully changes the brand section color without affecting headings.

New Problem:
The user discovers the CSS also unintentionally affects footer fonts, specifically the Navigation menu and Information sections. The discussion remains ongoing as they work to isolate the styling to only the brand section while preserving footer formatting.

Summarized with AI on November 24. AI used: claude-sonnet-4-5-20250929.

Hello, i need to change the color of this brand section. but when i changed to theme color, all the heading fonts changed. im planning to change it to #333333

www.bizsupplystore.com
pw: adm!n321

TIA!.

@Pedz23 - try this, does not look good though

.template-collection .grid__item.medium-up--one-fifth .sidebar_title{color:#333333;}

.template-collection .grid__item.medium-up--one-fifth a{color:#333333;}

it worked. but yes the color is not good. i will play with color to check which will suit.
Thanks for your help

oh! i just noticed, it also affect my footer fonts

oh! i just noticed, it also affect my footer fonts

@Pedz23 - where exactly?

Navigation menu and information