- Example of all CSS codes:
- Said Luffy wrote:The home button you can remove it using this code in your CSS:
Admin panel > Display > Pictures and Colors - Colors > CSS Stylesheet
- Code:
a.icon-home { display: none}
As for the rest of the links you can change only the text using this code in your CSS:
- Code:
div#page-footer a[href="http://www.forumotion.com/"], div#page-footer a[href*="help.forumotion.com"], div#page-footer a[href*="abuse"] {
Ā font-size: 0;
}
div#page-footer a[href="http://www.forumotion.com/"]:before {
Ā content: 'https://www.forumotion.com';
Ā font-size: 11px;
}
div#page-footer a[href*="help.forumotion.com"]:before {
Ā content: 'Forumotion Support';
Ā font-size: 11px;
}
div#page-footer a[href="/contact"]:before {
Ā content: 'Owner ';
}
div#page-footer a[href*="abuse"]:before {
Ā content: "State this forum's abuse";
Ā font-size: 11px;
}
Search key words :all CSS: