P Paul B XenForo moderator Staff member Nov 15, 2014 #2 You can try hiding it with CSS or edit the resource_view_tabs template and remove the relevant code. Upvote 0 Downvote
anvar Member Nov 15, 2014 #3 how to hide with css code. please note the code, im sorry am not good about coding (many trial and error) thank for resfective. Upvote 0 Downvote
how to hide with css code. please note the code, im sorry am not good about coding (many trial and error) thank for resfective.
P Paul B XenForo moderator Staff member Nov 15, 2014 #4 Try this in EXTRA.css: Code: .resourceTabHistory { display: none; } Upvote 0 Downvote
anvar Member Nov 15, 2014 #6 Brogan said: Try this in EXTRA.css: Code: .resourceTabHistory { display: none; } Click to expand... work good thanks Upvote 0 Downvote
Brogan said: Try this in EXTRA.css: Code: .resourceTabHistory { display: none; } Click to expand... work good thanks