Archived topic
Customizer questions
7 replies · Started by Gary L on February 2, 2018
Can you tell me where these things are located? see pic
https://s26.postimg.org/u3n3cgn9l/spaces_and_title.png
1. the green through the page title, I had a way of turning that off on the old theme so you couldn't see the page title (just on the front page)
2. I found it before in customizer (I think) but can't now...the red arrows pointing to white space, how can I tighten that area up so the text comes together. It looks right in the page editor.
3. Where do I turn off date and time above each post?
Thanks!
Hi there,
Can you link me to your site?
Thanks!
Ok, just put it in the url box in first post.
1. Are you only wanting to remove the Stash Box Magnetic part or the full page title?
2. The space in the content are all causing by your empty paragraph - first and second are empty <h4> tags, and the third is empty paragraph tag. You should be able to remove them in the content.
Below the widget title spacing can be changed with this:
.widget-title {
margin-bottom: 10px;
}
3. https://docs.generatepress.com/article/blog-content-layout/
I want to remove the full page title, Only on this page, not the others on the site. I could take it out of the title box in page editor, I may lose the keyword value in google's eyes by doing that. Wondering if there was some way to remove it from the viewer but still there for the bots to see.
Thanks
For only that specific page you would just use the disable element metabox on that page: https://docs.generatepress.com/article/disable-elements-overview/
That's it... Thanks so much, not only was I able to exactly replicate my old site it actually looks and works better!
No problem!