claylemar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Header Paragraph CSS troublesYou don’t say, that’s it!
Thanks for your help, a surprising and humorous conclusion.
Forum: Themes and Templates
In reply to: Header Paragraph CSS troubles`<div id=”page” class=”hfeed site”>
<header id=”masthead” class=”site-header” role=”banner”>
<hgroup>
<h1 class=”site-title”><a href=”<?php echo esc_url( home_url( ‘/’ ) ); ?>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?></a></h1>
<h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
</hgroup>
</hgroup>
<p class=”myintro”>
My text
</p>Can’t I just apply the h2 class=”site-description” to the p class=? That would apply the h2 “site-description” class formatting to the paragraph? I think that would look good, I want that paragraph to look like h2 the “site-description” without it being the “tagline.”
I’ve tried that too, and still the paragraph is not styled. Just plain text.
Am I missing something here?Forum: Themes and Templates
In reply to: Header Paragraph CSS troublesAgain thanks, for bearing with me.
I copy and pasted the above code into the child theme style.css file just under the @import line.
As far as I can tell, the text is unchanged and is not styled, I tried changing the font size from 13px to 20px. Without results. . .
I had to edit the parent theme the header.php file. There isn’t a header.php file in the child theme.
Forum: Themes and Templates
In reply to: Header Paragraph CSS troublesThanks, I followed your instructions and got it going up the text is there at the top:
clayhike.com
But it isn’t styled, could you walk me through the “stylesheet” process. I just copy and pasted your response into my style.css in the parent theme folder using cpanel, yeah?
Forum: Themes and Templates
In reply to: Header Paragraph CSS troubleshttp://www.clayhike.com is the website, sorry about that.