prestige theme: password page newsletter header font size

hi everyone!

could you please help me changing the size of the header for “be first to know when we launch”?

I’ve tried several commands for CSS but couldn’t manage it.

website:

wwww.sensethepebble.com

possible related parts:

“type”: “newsletter”,
“settings”: {
“color_scheme”: “scheme-2”,
“separate_section_with_border”: true,
“image_size”: “auto”,
“subheading”: “”,“title”: “BE THE FIRST TO KNOW WHEN WE LAUNCH”,
“content”: “”,
“button_text”: “Subscribe”,
“overlay_color”: “#1c1c1c”,
“overlay_opacity”: 0

OR

“sections”: {
“main”: {
“type”: “main-password”,
“blocks”: {
“content”: {
“type”: “content”,
“disabled”: true,
“settings”: {
“color_scheme”: “scheme-2”,
“title”: “Be the first to know when we launch”,
“show_newsletter_form”: true

thank you!!!

1 Like

Hi @stpdilaras

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
#shopify-section-template--16118743367830__48ed0c04-8028-45e8-ac31-ba4d14b75c3b h2.h2 {
  font-size: 26px;
}

thank you!!

1 Like