I’m a total wordpress noob and ran into my first problem. I downloaded this theme.
My question is how do I change how the p#logo.h1
is shown. I would like to put a <br />
in the middle of my title, and half in a custom .
So the html of the title should be something like:
<p id="logo><h1>This is a<br /><span id="customtitle">Big title</span></h1></p>
How can I change that?
In your header.php file, replace this line:
with your custom line: