Hiding Page Title and Changing Login Box Width?

Posted in: Newspaper
Post count: 98

Hi,

1- Older versions had a page template like this: “Homepage – blank”. This option is not available now. I want to hide some pages’ titles, not all pages. How can I do this?

2- How can I change login box width? I can’t find necessary codes.

Post count: 22421

Hello,

1) The page templates were changed in newspaper 6. If you want to hide titles on some pages, you need to change the page template to default: http://screencast.com/t/sAM78esd

2) You can use css to do it as there are no settings for it.

.white-popup-block{
max-width: 540px!important;
}

Thank you!

Post count: 98

Thanks for your help. That solutions worked.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.