Home Forums Free Themes Elead How to remove "Home" title and section on home?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #92878
    aikzhobi
    Participant

    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:-

    Website link

    Screenshot:-

    Screenshot

    Please help me to remove this section and tell me any solution to remove title of static home page from home page.

    Thanks

    #92904
    wensolutions
    Keymaster

    Hello @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!!

    #137768
    seeurope
    Participant

    Hi 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.

    #137808
    wensolutions
    Keymaster

    Hello,

    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.

    #137828
    seeurope
    Participant

    Thank 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.

    #138015
    wensolutions
    Keymaster

    Hello,

    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.

    #138071
    seeurope
    Participant

    Thank you. Do you have a code to extend the logo area? So that the words wouldn’t stack as they do now.

    #138186
    wensolutions
    Keymaster

    Hello,

    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.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.