How can I alter the heading color in the Beyond theme?

Hi! I want to change the Headings color in Beyond theme. I checked Typography and Colors sections, but didn’t see the option. Is there a way to do it?

Thanks,

Hello @OlgaCher

To provide you with the most precise solution in this case, could you please share your page URL ( with pass if your store password is enabled )?

HI @OlgaCher
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.

Hi! Here it is - https://earthicup.myshopify.com/

Hi, yes!

It’s - https://earthicup.myshopify.com/

Hi @OlgaCher
If you want to change all of heading on your store,
You can try follow this path:
Themes => edit code => asset => theme-critical.css
and add this code to bottom of the file theme-critical.css

[data-item~="section-heading"], h1, h2 {
color: orange
}

Thank you ExpertRookie! Does it mean I cannot choose a custom color? I can use only main colors?

Hello @OlgaCher

It’s the GemPages support team and glad to support you today.

I would like to give you a solution to support you:

  1. Go to Online Store → Theme → Edit code:

  1. Open your theme.liquid theme file

  2. Paste the below code before :


You can change to another name or color code.

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.