Site title & tagline

This topic contains 8 reply and 2 voices, and was last updated by Peter Thielen 9 years, 3 months ago
Viewing 8 Posts - 1 through 8 (of 8 total)
Author Posts
January 1, 2015 at 10:47 pm 33282
Peter Thielen When customizing the theme, through Appearance -> Customize, I am able to set a title and tagline for the site. This doesn't appear anywhere on the site. Shouldn't it be displayed in the header? Best regards, Peter Thielen
January 2, 2015 at 11:44 am 33298
towhid towhid

Hello Peter,

Can I see your site please.

Thank You 🙂

January 2, 2015 at 3:20 pm 33311
towhid towhid

Hello Peter,

Comment style block from style.css file in the main template file.

.site-header h1.site-title a {
color: #cccccc;
background: url('assets/images/logo.png') no-repeat 0% 0%;
width: 300px;
height: 60px;
display: block;
text-indent: -9999px;
}

Also find

.site-header h1.site-title a small {
display: none;
}

and replace

.site-header h1.site-title a small {
display: block;
}

After that Site Title and Tag line will be appear. You can design those with css on your own.

Hope it will solve your problem. If anything needed please let me know. I am here to help you.

Thank You 🙂

January 18, 2015 at 2:41 am 34393
Peter Thielen Peter Thielen

Please delete this comment.

Thanks

January 18, 2015 at 11:22 am 34408
towhid towhid

Hello Peter,

I am not understand what is your question in here. May be I am missing somethings. Would you please ask me once again.

Thank You 🙂

January 18, 2015 at 3:45 pm 34435
Peter Thielen Peter Thielen

Please delete the comment where I posted credentials. This was by accident.
Sorry I thought I reacted directly to the comment.
Thanks.

Best regards,

Peter

January 18, 2015 at 3:59 pm 34437
towhid towhid

Hello Peter,

Nothing to worry, I have made the post as private thus only you and me can see.

Thank You 🙂

January 18, 2015 at 4:05 pm 34439
Peter Thielen Peter Thielen

But as stated on other topics: when people get notified from updates of topics they subscribed to, everybody can see the content of private posts.

January 19, 2015 at 1:52 pm 34502
Peter Thielen Peter Thielen

Thanks for deleting the comment 😉

Viewing 8 Posts - 1 through 8 (of 8 total)