How to find my nav headline selector so I can make it the same font across the site?

Hello all,

Just wondering how I can find the selector for my header company name so I can make the font the same across the site?

Thanks

https://www.cardboardhouse.store/
CBH25

Hi @cardboardhouse

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.css / based.css file and paste the code in the bottom of the file.
#shopify-section-sections--24453134909783__header > store-header > header > div.header__logo.logo.text-center.flex.js-closes-menu > h1 > a > span {
    font-family: Poppins !important;
}

Result:

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales! :rocket: (https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!

Thank you!

Sorry! I was too quick, I only want the company name in the nav to change “Cardboard House”

Thanks, but this nly does the landing page, I want the font for “Cardboard House” on every page

@cardboardhouse
Use This Code

store-header.header.bg-theme-bg.text-theme-text.has-motion header.header__grid.header__grid--centered-logo.container.flex.flex-wrap.items-center span.logo__text.h2.text-theme-text.m-0 {
    font-family: 'Poppins' !important;
}

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales! :rocket: (https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!

Thanks, it’s good!

@cardboardhouse

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!