- This topic has 3 replies, 2 voices, and was last updated 10 years ago by
Sebastian.
Author | Posts |
---|---|
robertroos
April 13, 2015 at 5:31 am
|
Heads up! this post was created when Microthemer was at version 3. The current version is 7. Some references to the interface may be out of date. Hello, Is it possible to delete entire objects? E.g. Regards, Robert Roos |
Sebastian
April 13, 2015 at 9:34 am
|
Hi there, You could hide the element using Microthemer. Once you’ve created a selector for the title (or the element that wraps around the title) you can set the display property to none. Like so: https://docs.google.com/a/themeover.com/file/d/0B2vCpmXg7SjlaWl4ZGZ1ZVU3Rzg/edit?usp=drivesdk But I believe that’s discouraged for SEO reasons. I don’t think Google likes seeing hidden h1 elements. It wants to see just one visible h1 element on every page. This may involve editing theme files though. If you can tell me why you want to delete the page title I might be able to advise you better. Cheers! |
robertroos
April 16, 2015 at 5:17 am
|
Hi Sebastian, I want to entirely remove the page title including the divider line below the title. I have attached a screenshot (1) of one my pages which includes the page title and divider line. Screenshot (1) Screenshot (2) |
Sebastian
April 16, 2015 at 12:56 pm
|
Hi Robert, If you double click the white space just below your black menu you should be able to create a selector for the #content-wrapper element. This element has a top-padding value of 80px. That’s what is causing the white space that you don’t want. Once you’ve created a selector for that #content-wrapper element you can go to the Padding & Margin style group and set the top padding to something lower like 40. I hope that helps. Please let me know if you need further assistance with this. Cheers, |