Syndrogo

Registered
Hey PixelExit team,

I am trying to remove the Home and RSS from the footer and cant find the option on fusion gamer.

1576289252729.png
 
The easiest way would be some CSS... but if you ever change those links down you'll want to adjust the CSS. It basically targets the 5th and 6th link.

Place this in extra.less:

Code:
ul.p-footer-linkList li:nth-child(5), ul.p-footer-linkList li:nth-child(6) {
    display: none;
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back