• Resolved gragaer

    (@gragaer)


    Hello again!

    I have another question concerning this theme. I didn’t want to have my tagline on my latest post page but rather have that space blank. I achieved that with the ASCII code of a space/blank sign.

    Now I wonder if it is somehow possible to reduce the gap between the title menus and the blog posts?

    Thanks already for the support!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author WebMan Design | Oliver Juhas

    (@webmandesign)

    Hi,

    First, please note that I provide support via https://support.webmandesign.eu/ and I suggest using that forum in the future for faster turnaround.

    Please do not use a blank space as a page/post title. You can simply set your custom title and hide it with custom CSS wherever you need. Here is CSS code to use for hiding the blog page title:

    .home .intro {
    	display: none;
    }
    

    And, actually, I think you have found a “bug”. I will check this behavior and fix it in next theme update as there should be no homepage title displayed in intro section when your website is set as blog and have no featured posts either.

    Regards,

    Oliver

Viewing 1 replies (of 1 total)
  • The topic ‘Having no headline for the latest posts page’ is closed to new replies.