Connor Smith Active member Apr 8, 2015 #1 How can I remove the title in my node list. I want rid of this:
Connor Smith Active member Apr 8, 2015 #3 Maru said: Code: .titleBar h1 { display: none; } Click to expand... Thanks Upvote 0 Downvote
D Dylan V Well-known member Apr 9, 2015 #4 Hi, If you want to remove this only on the node list, remove the code above and add this: Code: .forum_list .titleBar h1 { display: none; } Maru's code will remove the element anywhere on your site, as for example here: Upvote 0 Downvote
Hi, If you want to remove this only on the node list, remove the code above and add this: Code: .forum_list .titleBar h1 { display: none; } Maru's code will remove the element anywhere on your site, as for example here:
Amaury Well-known member Apr 11, 2015 #5 Dylan V said: Hi, If you want to remove this only on the node list, remove the code above and add this: Code: .forum_list .titleBar h1 { display: none; } Maru's code will remove the element anywhere on your site, as for example here: View attachment 103407 Click to expand... Whoops, yeah. Missed that. If you only want it removed on the forum list, use Dylan's CSS above. Upvote 0 Downvote
Dylan V said: Hi, If you want to remove this only on the node list, remove the code above and add this: Code: .forum_list .titleBar h1 { display: none; } Maru's code will remove the element anywhere on your site, as for example here: View attachment 103407 Click to expand... Whoops, yeah. Missed that. If you only want it removed on the forum list, use Dylan's CSS above.