How can I increase the site title font on Craft 3.0.0 theme?

Good afternoon, all

Please could someone suggest how I can increase the site title only on my website which uses the Craft theme?

I have looked at other posts but cannot see how I can change it for the Craft theme.

Many thanks for your assistance. Andrew

Greetings, @apsmorris .

Thank you for reaching out and posting this question!

I understand you’re looking to increase the title on your website using the Craft theme. Since you’re using a Shopify-supported theme, then increasing the title of the pages is something that our Theme Support team can help you with. If your store is subscribed to a plan, then you’re eligible to use the complimentary design time include with your subscription for this customization. While we’re not able to provide account-specific support via the Shopify Community at this time, we’d be happy to continue assisting you through live chat, email, or callback. Please visit the Shopify Help Center and log in to your account to create a support request.

I’d love to hear more about your business! What kinds of products do you sell? How is the store development coming along?

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

Yes, my store URL is www.sigillumseals.co.uk
No password.
Thank you.

Please add below css code in bottom of assets/base.css file

@media screen and (min-width: 750px)

.main-page-title {
font-size: 6rem;

}
Thank you.

Thank you. I’ve added the CSS but don’t seem to have any difference. Any
other ideas? Thanks

Hi @apsmorris ,

You want to increase the size here?

Go to Assets > base.css and paste this at the bottom of the file:

/* Code for Desktop  */
@media only screen and (min-width: 750px) {
	.header__heading-link .h2 {
		font-size: 3.4rem !important;
	}
}
/* Code for Mobile  */
.header__heading-link .h2 {
	    font-size: 2.4rem !important;
}

Hope it helps!

Good afternoon. Thank you for the suggestion. Alas, no difference at all
I am sorry to report. Any alternative suggestion or recommendation for
when I am pasting it into the bottom of the base.css file?
many thanks, Andrew

Hi there. Sorry, but it doesn’t seem to make any difference…could it be a cache issue with my imac? Any other suggestions gratefully received! Thanks. Andrew

Hi @apsmorris ,

There was an error with the base.css file, please add the code here, it will work fine:

Thank you. Did you finish the message as it looks incomplete…!

##- Please type your reply above this line -

Hi @apsmorris ,

I checked and it is still not added, can you send me a screenshot of the base.css file? I will guide you to add it

Hi there. Thank you for your patience with me. Here is the screenshot of
the base.css file with the extra code added…it doesn’t seem to make any
difference though!
Best
Andrew
[image: image.png]

Hi @apsmorris ,

I still don’t see any attached image, can you check it again?

Hi there. Have a look at this screenshot…, best A

[image: Screenshot 2022-06-27 at 10.04.08.png]

Hi @apsmorris ,

It’s still crashing, you can upload the image to http://imgur.com/ and send me the link

Try this! https://imgur.com/nnZkqC3
Andrew

Hi @apsmorris ,

Please add code “}” here:

Hope it helps!

Thank you for your efforts - alas, it makes no difference. I have cleared
the PC’s cache as well but no difference.
Best
A

Hi @apsmorris ,

Sorry for the confusion, it is “{”, not “}”.