Home › Forums › Free Themes › Graduate › Remove "Blogs" text from homepage slider
- This topic has 5 replies, 3 voices, and was last updated 8 years, 1 month ago by
wensolutions.
-
AuthorPosts
-
September 7, 2017 at 9:30 am #52662
StanHomer
ParticipantIn customizing, when I change to the static front page, the text “blogs” displays in the header image. How do I remove that text?
September 7, 2017 at 11:48 pm #52717wensolutions
KeymasterHello @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 .
September 9, 2017 at 4:02 pm #52877JagDomains
ParticipantIs 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,
KrissSeptember 11, 2017 at 2:15 am #53035wensolutions
KeymasterHello @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!!
September 11, 2017 at 9:01 am #53075JagDomains
ParticipantThank 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.
September 11, 2017 at 11:31 pm #53113wensolutions
KeymasterHello @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!!
-
AuthorPosts
- You must be logged in to reply to this topic.