Home › Forums › Free Themes › Elead › How to remove "Home" title and section on home?
Tagged: Remove extra space
- This topic has 7 replies, 2 voices, and was last updated 4 years ago by wensolutions.
-
AuthorPosts
-
March 11, 2019 at 1:48 pm #92878aikzhobiParticipant
Hello,
I installed Elead Theme and configured but Title of Static page shows with some extra section space on home page. I removed title by this custom css :-`.entry-title{
display: none;
}But all titles of posts hided by this code.
And some extra space of this section is still exists. I am sharing screenshot in link of website:-Screenshot:-
Please help me to remove this section and tell me any solution to remove title of static home page from home page.
Thanks
March 11, 2019 at 11:48 pm #92904wensolutionsKeymasterHello @aikzhobi,
The option to remove the home content is already available in the and for this you need to go to Admin Panel > Appearance > Customize > Homepage Setting and disable the option “Enable content”
Hope this helps.
Let us know if there is any confusion further.
Thank You.
Best Regards!!
November 4, 2020 at 8:44 am #137768seeuropeParticipantHi how can I remove a large space between the title and header on all my pages? My site is http://www.naturallybettercopy.com. I have the sifnify theme.
November 4, 2020 at 11:21 pm #137808wensolutionsKeymasterHello,
Regarding your query, the title, menu and the section below the menu do not have large space. The site look like so because you have added the image of background white due to which the space looks large. So, once add another image and verify.
Also, the design is managed by the theme itself, so you can help you with simple CSS if possible.
Hoping for your kind co-operation.
Regards.
November 5, 2020 at 5:42 am #137828seeuropeParticipantThank you for responding. I was referring to the large space between the header and the content on the homepage, and the navigation bar and the content on all the other pages. Is there a code to remove that space.
November 6, 2020 at 5:38 am #138015wensolutionsKeymasterHello,
You can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to remove the gapping in between header and content in pages.
@media only screen and (min-width: 85.375em){ .page #content .wrapper { padding: 0px; }}
Hope this helps.
If you have further queries, let us know.
Regards.
November 6, 2020 at 7:37 pm #138071seeuropeParticipantThank you. Do you have a code to extend the logo area? So that the words wouldn’t stack as they do now.
November 9, 2020 at 12:54 am #138186wensolutionsKeymasterHello,
Regarding your query, you can add the below CSS to make the logo title in one line but it is possible if you minimize the font size, add CSS following the path Admin Panel > Appearance > Customize > Additional CSS .
@media only screen and (min-width: 85.375em){ .site-title { font-size: 44px; font-size: 0.75rem; }}
Hope this helps.
If you have further queries, let us know.
Regards.
-
AuthorPosts
- You must be logged in to reply to this topic.