Jump to content

Remove "Forums" in header


Follower19

Recommended Posts

Posted

If you add this to your custom.css then you can hide 1 without hacking your templates:

body[data-pageapp=forums][data-pagelocation=front][data-pagemodule=forums][data-pagecontroller=index] .ipsPageHeader 
{
    display:none;
}

I don't know whether it's possible to remove the word forums from the title as you ask for 2. But you could translate it to something you prefer using the translation tools at Customization > Languages.

Posted

If you add this to your custom.css then you can hide 1 without hacking your templates:

body[data-pageapp=forums][data-pagelocation=front][data-pagemodule=forums][data-pagecontroller=index] .ipsPageHeader 
{
    display:none;
}

I don't know whether it's possible to remove the word forums from the title as you ask for 2. But you could translate it to something you prefer using the translation tools at Customization > Languages.

​Thank you, but I think it's better to do through hacking template... Do you know how to do it?
 

 

Posted

​Thank you, but I think it's better to do through hacking template... Do you know how to do it? 

 

​.

for number 2:

find the <title> in globalTemplate .. and change the total line with this ..

Editing this in template will change for all pages ..

 

<title>{setting="board_name"}</title>

 

For number 1 .. if you wanna do it in templates then pages as "Support" and "Store" will loose there title also ..

go to pageHeader template .. and remove the total <h1> line ..

 

.

Posted

I need to change only main page and delete only this word "Forum"

​.

Go to your ACP ..

Customization > edit HTML CSS (theme) > Templates > Core > Front > Global > ..

there you will find globalTemplate & pageHeader .. those 2 you have to change like I told you above ..

 

.

Archived

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

  • Recently Browsing   0 members

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