Make site title text larger?

What code can I add to this CSS to make the site title text larger? I just added the padding, and that works fine. I tried a few font-size css, but none work (yet). This is the code that I added to center the text, and now to shift it down a bit. I want it larger now.

.titles {
	width: 99% !important;
	left: 1% !important;
	padding-top: 15px;
}
#navcontainer {overflow-y: scroll !important;}
::-webkit-scrollbar { width: 1px !important; background: transparent !important; }
<!--this code centers the site tile text-->

I was able to get the title text larger using inline code in the General Title text box. I’m not sure if this is the best way to do this, but it does seem to work. I also thought the padding code shown above in my code was working, but upon further testing I don’t think it was, so I removed it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.