Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Phillip Posted October 21, 2016 Posted October 21, 2016 Is there a way of removing the "Forums -" from the Sites title on the index page? like "Forums - Sitename here" to change it to "Sitename here" with the "Forums -" with it?
EmpireKicking Posted October 21, 2016 Posted October 21, 2016 body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader{ display: none; } To remove the "Forums" text on the index page, add the following to custom.css
kmk Posted February 12, 2017 Posted February 12, 2017 On 21/10/2016 at 4:43 PM, EmpireKickass said: To remove the "Forums" text on the index page, add the following to custom.css body[data-pagemodule="blogs"][data-pagecontroller="index"] .ipsPageHeader{ display: none; } I try do that with changing the forums by blogs, but not work......
EmpireKicking Posted February 12, 2017 Posted February 12, 2017 7 hours ago, kmk said: body[data-pagemodule="blogs"][data-pagecontroller="index"] .ipsPageHeader{ display: none; } I try do that with changing the forums by blogs, but not work...... you need to find the right name for it, can't just add blogs
kmk Posted February 12, 2017 Posted February 12, 2017 2 hours ago, EmpireKickass said: you need to find the right name for it, can't just add blogs So any step I should to do or where I can find the name correct?
Nathan Explosion Posted February 12, 2017 Posted February 12, 2017 Open a blog page. View the html source. Search for the value of data-pagemodule
EmpireKicking Posted February 12, 2017 Posted February 12, 2017 53 minutes ago, kmk said: So any step I should to do or where I can find the name correct?
Meddysong Posted February 12, 2017 Posted February 12, 2017 The pagecontroller for Blogs is "browse" not "index".
kmk Posted February 14, 2017 Posted February 14, 2017 On 12/2/2017 at 4:10 PM, Meddysong said: The pagecontroller for Blogs is "browse" not "index". Thanks @Meddysong
Recommended Posts
Archived
This topic is now archived and is closed to further replies.