Phillip Posted October 21, 2016 Share 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? Link to comment Share on other sites More sharing options...
EmpireKicking Posted October 21, 2016 Share 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 Link to comment Share on other sites More sharing options...
kmk Posted February 12, 2017 Share 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...... Link to comment Share on other sites More sharing options...
EmpireKicking Posted February 12, 2017 Share 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 Link to comment Share on other sites More sharing options...
kmk Posted February 12, 2017 Share 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? Link to comment Share on other sites More sharing options...
Nathan Explosion Posted February 12, 2017 Share Posted February 12, 2017 Open a blog page. View the html source. Search for the value of data-pagemodule Link to comment Share on other sites More sharing options...
EmpireKicking Posted February 12, 2017 Share Posted February 12, 2017 53 minutes ago, kmk said: So any step I should to do or where I can find the name correct? Link to comment Share on other sites More sharing options...
Meddysong Posted February 12, 2017 Share Posted February 12, 2017 The pagecontroller for Blogs is "browse" not "index". Link to comment Share on other sites More sharing options...
kmk Posted February 14, 2017 Share Posted February 14, 2017 On 12/2/2017 at 4:10 PM, Meddysong said: The pagecontroller for Blogs is "browse" not "index". Thanks @Meddysong Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.