Remove Tittle - Single article One-page layout

GK User
Fri Feb 26, 2016 11:05 am
Hi,
I need to delete text in the headlines (Single article One-page layout) but the picture is not.

Thanks
User avatar
Fresh Boarder

teitbite
Tue Mar 01, 2016 10:09 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.item-page.itemView.one-page-layout .bigtitle > header h1 {
display: none;
}
User avatar
Moderator

teitbite
Fri Mar 11, 2016 10:43 am
Sorry, I missunderstood. Try code like tis:

Code: Select all
.frontpage .item-page.itemView.one-page-layout .bigtitle > header h1 {
display: none;
}


and do not change template.css, just copy my code to the end of override.css file and make sure it's allowed to be used in template settings.
User avatar
Moderator


cron