no title on page

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Fri Jan 16, 2015 12:38 am
is it possible to have no title on the page.
what i mean is http://www.bodegaz.be/creatieve-worksho ... valpapier/
kralen uit afvalpapier is not necessary there
just like
http://www.bodegaz.be/creatieve-workshops/
Creatieve workshop it not necesarry to repeat the title.

Last thing ;) and then i'm off ;)
User avatar
Fresh Boarder

GK User
Fri Jan 16, 2015 8:51 am
Hi,
You can add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
.page #gk-mainbody article > header h1 {
   display: none;
}
User avatar
Moderator


cron