Ludachris Well-known member Aug 22, 2019 #1 Let's say you want to use a page for a homepage. Is it possible to disable the Bookmarks button from displaying on that page node?
Let's say you want to use a page for a homepage. Is it possible to disable the Bookmarks button from displaying on that page node?
P Paul B XenForo moderator Staff member Aug 22, 2019 #2 You can use custom CSS and the node ID to target specific pages. Upvote 0 Downvote
Ludachris Well-known member Aug 22, 2019 #3 Something like this: Code: .node14 .p-title-pageAction { display: none; } Upvote 0 Downvote
P Paul B XenForo moderator Staff member Aug 22, 2019 #4 I haven't check the actual code but it's going to be something like that. Upvote 0 Downvote
Ludachris Well-known member Aug 22, 2019 #5 Russ covers how to do it here: XF 2.0 - CSS for specific forum node / page node What css do I require to call for specific page node or forum node to display things differently (such as background color) than the standard style? Thanks xenforo.com In the second code box. Upvote 0 Downvote
Russ covers how to do it here: XF 2.0 - CSS for specific forum node / page node What css do I require to call for specific page node or forum node to display things differently (such as background color) than the standard style? Thanks xenforo.com In the second code box.