Custom CSS question
-
[ Moderator note: moved to Fixing WordPress. Please do not use Developing with WordPress for these topics. ]
I am trying to adjust the size of a header so it works better on mobile. I want to make it smaller. I am not a coder, but I think I can do this in the css or something. style sheet? Can someone tell me where (like: css style sheet, etc.) to change this and what the code to do so should be?
It is set to h1 and i want to make it either its own size or set to h2:
It is this line of code in the inspector:
<h1 class="page-title">Greenville</h1>
This is the full section of code below:
<div id="”page”" class="”hfeed">
Skip to content
<header id="”masthead”" class="”site-header”" role="”banner”">
<div class="”hero”">
<div class="”hero-inner”">
<div class="”page-title-container”">
<header class="”page-header”">
<h1 class="”page-title”">Greenville</h1>
</header>
- The topic ‘Custom CSS question’ is closed to new replies.