XenForo
Administrative
- Thread starter
- Admin
- #1
XenForo submitted a new resource:
Restrict Giphy to specific forums - Styling and customization questions
Read more about this resource...
Restrict Giphy to specific forums - Styling and customization questions
extra.less
Change theLess:[data-container-key="node-2"] { #xfInsertGif-1 { display: none; } }
node-2
to the ID of the forum in question.
To add multiple forums , enter them on new lines, comma separated:
Less:[data-container-key="node-2"], [data-container-key="node-4"], [data-container-key="node-8"] { #xfInsertGif-1 { display: none; } }
Read more about this resource...