Michelle Hansen
asked 10 years ago

Hello.
I would like to hide the webpage title, so it isn’t visible on my page? 🙂
Is it possible and how can I do this? 🙂

3 Answers
DominicStaff
answered 10 years ago

To hide the webpage title on the timeline pro, below is our instruction:
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://designwall.com/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.

.page .page-header { display: none; }
.page .page-content { padding-top: 30px; }

Regards,

Michelle Hansen
replied 10 years ago

Thanks, but it wasn’t quite what I was looking for.
I wan to hide this text “Velkommen ti Cognitio” – see link http://imgur.com/1rnnF2H

Dominic Staff
replied 10 years ago

I have checked your site and not found the text “Velkommen ti Cognitio” in the site. I think you have resolve this issue. If you still face there issue, you can log in to Dashboard > Customize > Site Title & Tagline, then remove the Site Title.

Michelle Hansen
replied 10 years ago

I know, but the real problem is that, when I put a link of my site on facebook – it don’t show any title. So I thought that if wrote “Velkommen til Cognitio” in the site sitle, and hid it with some code ind the css – then facebook could see the title. 🙂

Dominic Staff
replied 10 years ago

You can add the following code to the style.css file:
.home .banner .page-title { text-indent: -9999px; }
Or you can use the WordPress SEO by Yoast plugin to add the Site Title: http://wordpress.org/plugins/wordpress-seo/

Michelle Hansen
replied 10 years ago

Thanks the title is hidden now, but I still get the problem in facebook – NO TITLE? 🙂

Michelle Hansen
answered 10 years ago

What if I want to remove this: http://imgur.com/3OU6w2I

DominicStaff
answered 10 years ago

You can add the following code to the Editor CSS:

.entry-meta .sep, .entry-meta .entry-date, .entry-meta .cat-links, .entry-meta .reading-time {
    display: none;
}
Michelle Hansen
replied 10 years ago

Thanks!

Powered by DW Question & Answer Pro