• When I access the blog, the word “Blog” appears at the top, with the subtitle of the site just below. And the background image are a few circles.

    Please, I would like to know:

    – How to change the background of this top of the blog?

    – How to remove the word “Blog” and the subtitle? Or change it?

    – When I access a post, its name appears at the top, and I do not want that to appear. I wish there was at the top only a still image without text.

    Thankful!

Viewing 5 replies - 1 through 5 (of 5 total)
  • I faced the same problem and it goes bad when you open a website on mobile and other devices.

    I found that changing margin in Hero settings from 12% to 90px i.e. instead of % use px where px is the size of margin, add a nice margin so it stays below menu contents, do experiment with size value.

    also, there is a way to reduce size in css file, go to style.css scroll to line 5392.

    for changing the background, go to hero settings and you will find few options there.

    • This reply was modified 6 years, 11 months ago by hsetips.
    • This reply was modified 6 years, 11 months ago by hsetips.
    Thread Starter antoniocarloslima

    (@antoniocarloslima)

    Please, I would like to know:

    – How to remove the word “Blog” that is on the blog header?

    – How to hide the name of the post that is on the image of the blog header?

    Thankful!

    Hello @antoniocarloslima & @hsetips,

    We will add a checkbox in the next update to show / hide the blog post title inside the hero.

    Regards,
    Iulian Palade

    Thread Starter antoniocarloslima

    (@antoniocarloslima)

    @yupal

    That’s fine, but when will the new update be released?

    There are many other fixes to be made, such as the very narrow side on the pages, the navigation between the posts (I do not like that and want to take it off), the absence of a full width internal page is an error (or you work with a side right or left).

    But what would help a lot would be greater agility in responding to support requests.

    @antoniocarloslima

    Sorry for the late replies, we were on holiday vacation in the past two weeks.
    The update will release in about a week. We are working to fix the bugs and add the option requested by users.

    Until we finish the update here is a fix that should fix the sidebar issue.
    Please add this in the Additional CSS field and let me know if it worked for you.

    
    .sidebar {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    

    Also more templates are available in the PRO version of the theme.

    Regards,
    Iulian Palade

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Questions about blog title’ is closed to new replies.