Home Forums Free Themes Graduate Remove "Blogs" text from homepage slider

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #52662
    StanHomer
    Participant

    In customizing, when I change to the static front page, the text “blogs” displays in the header image. How do I remove that text?

    #52717
    wensolutions
    Keymaster

    Hello @stanhomer,

    In order to remove the Blog header in blog page please use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .blog h2.page-title {
        display: none;
    }

    Hope this helps .

    Best Regards!!

    Have a good day .

    #52877
    JagDomains
    Participant

    Is it possible to change the name from “Blog” to “Browse”?

    See this page (which is named “Browse” but shows the blog posts, so I thought the name “Browse” would show up in the header …):
    http://www.jagdomains.com/browse/

    Also, I would like to change the text on the button at the bottom of the page from “Older Posts” to “More …”

    Thanks,
    Kriss

    #53035
    wensolutions
    Keymaster

    Hello @jagdomains,

    To achieve what you have requested you have to activate the child theme .

    Child theme reference .

    https://codex.wordpress.org/Child_Themes

    You can even activate the child theme using the plugin given below.

    https://wordpress.org/plugins/wp-child-theme-generator/

    After activating the child theme in your child theme functions.php file use below given code .

    https://gist.github.com/anonymous/234400fe8d671bcffd9ef63473b2cf03

    Hope this helps .

    Best Regards!!

    #53075
    JagDomains
    Participant

    Thank you – was able to successfully make a child theme and load the given code. Not sure what happened but when I made the child theme all of my customization went back to the theme presets and I have to change everything back to how I want it.

    Just a suggestion, but if there is a page that just lists the posts (Posts Page), having the default name as “Blog” with no easy way to change this doesn’t make much sense since there are a lot of users that don’t like the name Blog … so by having the theme simply use the Page title in this location makes more sense to me.

    Thanks again.

    #53113
    wensolutions
    Keymaster

    Hello @jagdomains,

    The only way you could change the title of blog listing page is through the child theme as we need to modify the code and it is not that difficult process either.

    Although we are very glad to help you and thank you very much for your suggestions . We will try to consider your request in coming updates .

    Best Regards!!

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