-
Posts
3,760 -
Joined
-
Last visited
-
Days Won
25
Community Answers
-
TAMAN's post in How do you change board logo color on hover like here on this board was marked as the answer
#elSiteTitle:hover { color: blue; }
-
TAMAN's post in Trust Badges in Footer was marked as the answer
In the theme settings > footer tab you have a truncate setting to set how many lines to show in the editor field 🙂
so just set a number or disable truncate setting
-
TAMAN's post in how to hide or remove FORUMS AND START NEW TOPIC was marked as the answer
add in custom.css
body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader .ipsToolList_primaryAction{display: none;}body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader>h1{visibility: hidden;}