• Resolved pastor.healer

    (@pastorhealer)


    I have entered the site title and tagline in the Pluto Theme settings but no matter what I do, I cannot find a way for the tagline to show in the header. The title shows up find and even has space below it for the tagline.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Do you have a child theme because you have to add some PHP to your header and you want to have a child theme to add it so you not lose the add if the theme is updated.

    If you have a child theme you want to copy all this code from the link and paste in your header.php file.

    http://pastebin.com/5Fhp73Ur

    Then under Appearance > Pluto Settings > Paste these codes in the Custom CSS Box

    h1.site-title a {
           	margin: 0px;
    }
    
    h2.site-description {
    	text-decoration: none;
    	font-weight: bold;
    	font-size: 16px;
    	color: #484848;
    	display: block;
    	margin: 0px;
    }
    Thread Starter pastor.healer

    (@pastorhealer)

    Wow! Thank you so much. Your suggestion worked perfectly!

    I have my tagline back… Yea 🙂

    I changed themes a number of times in the beginning of deciding which one I liked the best, never realizing they just plopped over the top of each other and left behind code.

    Anyway, I am back and running again.

    Awesome, If you need any more help feel free to come back and open new questions.

    Please mark this as resolved.

    Thanks

    Thread Starter pastor.healer

    (@pastorhealer)

    Aha!

    Is there any chance you can restore the pastebin entry please? I have the same problem!

    Thanks in advance.

    Use this code for your header.php

    Link EXP in 1 day: http://pastebin.com/AnHMwEnv

    Thank you very much! works a treat 🙂

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Tagline not showing’ is closed to new replies.