What should I do to remove the black text title box that appears on each page. This title box takes up quite a bit of browser space and I'd like to take this title box section out. The CSS ID is gkPageTitle.
Junior Boarder
GK User
Mon May 18, 2015 8:20 pm
Hi, one of solutions:
h2#gkPageTitle {display:none;}
Platinum Boarder
GK User
Mon May 18, 2015 8:42 pm
Thank you for your response. Where (in which file) should I add this override?