Dawn Theme - font color and page title sizes

Hi all.

I have two questions. How do I change the font color. If you go to my homepage, under the banner you will see the text under the title and above the buttons on each image with text section that the ink isn’t really black. Its a greyish color. I want all that text to be black. Also, I increased the size of the font on the homepage however I don’t want the title of each page to be that big. I want the title text to be smaller. How do I make the text smaller for the page titles throughout the website and what size would you recommend?

My website is www.PennsylvaniaParks.org

Thanks so much!

1 Like

@Justin34

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-image-with-text.css ->paste below code at the bottom of the file.
.image-with-text__heading {font-size: 36px;}
.image-with-text__text {color: #000;}

That worked great on the homepage :slightly_smiling_face:

Thanks so much!

Is there a way to make the page titles the same size? Like the title at the top of the page for pages like… Join Today, Member Benefits, Park Grants, etc?

Thanks so much in advance :slightly_smiling_face:

@Justin34

yes, please try this code

.page-title {font-size: 36px;}

Thanks Ketan… under which snippet do I paste that to when I go to enter the code?

Thanks in advance :slightly_smiling_face:

1 Like
  1. Go to Online Store->Theme->Edit code
  2. Asset->/base**.css** ->paste below code at the bottom of the file.