Jump to content

How to remove the word Forums


EmpireKicking

Recommended Posts

Posted

I'm still confessed, In the Customisation > Appearance and clicking Edit HTML and CSS on your... custom.css

then I added the code and does not work.

I only want to remove this <h1 class="ipsType_pageTitle">Forums</h1>

  • 3 months later...
Posted
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?

563cb73303960_removewordsgallery.thumb.j

Posted
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?  :wub: non techy

Posted

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.

Posted
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?

563d16ee8c01f_gallerybar.thumb.jpg.deb47

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

Posted
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!

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...