• dear caroline,
    first of all: thank you for this wonderful theme!
    one question: i would like to add the blog subtitle to my header and show both – title and subtitle next to my header image. is there any chance to do so?
    thanks in advance for your help!
    best – khb

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,
    Just ad “<h2 class=”site-description”>your description</h2>”
    before the </hgroup> in the header.php
    hope it helps,
    Ced

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Make sure you do this in a Child Theme (copy header.php into your Child Theme directory and work off that).

    Thread Starter khb

    (@khb)

    hello and thank you very much for your reply!
    i made a child theme, copied header.php and added <h2 class=”site-description”>your description</h2> before </hgroup>. unfortunately it didn’t work out – i still only see the blog title in the header.
    any suggestion why this could be?

    thanks again!
    khb

    Theme Author Caroline Moore

    (@sixhours)

    The .site-description class is set to display: none in the theme’s style.css — you’ll need to set it to display: block.

    Thread Starter khb

    (@khb)

    i tried that and the result was the following (see screenshot https://www.karinblenskens.de/wp-content/uploads/2013/04/Screenshot.jpg).
    thanks again for your help!

    Theme Author Caroline Moore

    (@sixhours)

    Yes, now you need to style the description to display how you want it. See the .site-description class in style.css to see what properties are already applied, copy that block to your child theme or custom CSS plugin, and then change it how you like.

    Dear Caroline!
    What a wonderful theme – thx!

    I have the same problem like khb!
    In my child-theme style.css I’ve tried to set the site-description display from none to block, then I get two subtitle?! I’d like to have the subtitle under the title.

    Could I only get my subtitle with an image/logo?

    Thanks for your help!
    Greetings!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘add subtitle to header?’ is closed to new replies.