Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter claylemar

    (@claylemar)

    You don’t say, that’s it!

    Thanks for your help, a surprising and humorous conclusion.

    Thread Starter claylemar

    (@claylemar)

    `<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?

    Thread Starter claylemar

    (@claylemar)

    Again 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.

    Thread Starter claylemar

    (@claylemar)

    Thanks, 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?

    Thread Starter claylemar

    (@claylemar)

    http://www.clayhike.com is the website, sorry about that.

Viewing 5 replies - 1 through 5 (of 5 total)