EmpireKicking Posted August 2, 2015 Share Posted August 2, 2015 On the Forum page and before the first category, after the add and block I see the word Forums, I want that removed Link to comment Share on other sites More sharing options...
Ilya Hoilik Posted August 2, 2015 Share Posted August 2, 2015 Link to comment Share on other sites More sharing options...
Lukeroge Posted August 2, 2015 Share Posted August 2, 2015 I also did this, but differently! Link to comment Share on other sites More sharing options...
EmpireKicking Posted August 2, 2015 Author Share Posted August 2, 2015 I'm still confessed, In the Customisation > Appearance and clicking Edit HTML and CSS on your... custom.cssthen I added the code and does not work.I only want to remove this <h1 class="ipsType_pageTitle">Forums</h1> Link to comment Share on other sites More sharing options...
EmpireKicking Posted August 4, 2015 Author Share Posted August 4, 2015 I added this.body[data-pageapp=forums][data-pagelocation=front][data-pagemodule=forums][data-pagecontroller=index] .ipsPageHeader { display:none; }Solved Link to comment Share on other sites More sharing options...
kar3n2 Posted November 6, 2015 Share Posted November 6, 2015 On 04/08/2015 11:12:54, EmpireKickAss said: I added this. body[data-pageapp=forums][data-pagelocation=front][data-pagemodule=forums][data-pagecontroller=index] .ipsPageHeader { display:none; } Solved is this the only way to remove it as i get worried about adding things into the coding? I mean also I want to remove other obvious words like on my gallery page so how do we remove them all? Link to comment Share on other sites More sharing options...
Starship Posted November 6, 2015 Share Posted November 6, 2015 Remove title from Gallery main page: [data-pageApp='gallery'] .ipsPageHeader .ipsType_pageTitle:last-child { display: none } Link to comment Share on other sites More sharing options...
kar3n2 Posted November 6, 2015 Share Posted November 6, 2015 55 minutes ago, Dolphin. said: Remove title from Gallery main page: [data-pageApp='gallery'] .ipsPageHeader .ipsType_pageTitle:last-child { display: none } thanks but where do I put this? non techy Link to comment Share on other sites More sharing options...
Meddysong Posted November 6, 2015 Share Posted November 6, 2015 In your custom.css file, Karen. Customization > Themes > click on the </> icon for the relevant theme > click on the tab CSS. From there navigate to core > front > custom > custom.css, which will already be visible after you click the tab CSS. Link to comment Share on other sites More sharing options...
h-y-b-r-i-d Posted November 6, 2015 Share Posted November 6, 2015 Custom.css Display none will hide stuff on the front end but it's still viewable in the source, so from a seo standpoint, not great. Link to comment Share on other sites More sharing options...
kar3n2 Posted November 6, 2015 Share Posted November 6, 2015 8 minutes ago, Meddysong said: In your custom.css file, Karen. Customization > Themes > click on the </> icon for the relevant theme > click on the tab CSS. From there navigate to core > front > custom > custom.css, which will already be visible after you click the tab CSS. thanks i did that ( nice and clear) but it left a bar with nothin in it still ... can this be removed too? 8 minutes ago, DealTrakr said: Custom.css Display none will hide stuff on the front end but it's still viewable in the source, so from a seo standpoint, not great. oh well im going to rely on my members spreading the word rather than seo for search so i think it should be ok for me to do more than likely... thanks Link to comment Share on other sites More sharing options...
Meddysong Posted November 6, 2015 Share Posted November 6, 2015 Ah, yours is a custom theme. Modify it to [data-pageApp='gallery'] .ipsPageHeader { display: none } and it'll work. Link to comment Share on other sites More sharing options...
kar3n2 Posted November 6, 2015 Share Posted November 6, 2015 4 minutes ago, Meddysong said: Ah, yours is a custom theme. Modify it to [data-pageApp='gallery'] .ipsPageHeader { display: none } and it'll work. THANKYOUUUU that did it! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.