Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
EmpireKicking Posted August 2, 2015 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
EmpireKicking Posted August 2, 2015 Author 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>
EmpireKicking Posted August 4, 2015 Author Posted August 4, 2015 I added this.body[data-pageapp=forums][data-pagelocation=front][data-pagemodule=forums][data-pagecontroller=index] .ipsPageHeader { display:none; }Solved
kar3n2 Posted November 6, 2015 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?
Starship Posted November 6, 2015 Posted November 6, 2015 Remove title from Gallery main page: [data-pageApp='gallery'] .ipsPageHeader .ipsType_pageTitle:last-child { display: none }
kar3n2 Posted November 6, 2015 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
Meddysong Posted November 6, 2015 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.
h-y-b-r-i-d Posted November 6, 2015 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.
kar3n2 Posted November 6, 2015 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
Meddysong Posted November 6, 2015 Posted November 6, 2015 Ah, yours is a custom theme. Modify it to [data-pageApp='gallery'] .ipsPageHeader { display: none } and it'll work.
kar3n2 Posted November 6, 2015 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.