Two questions

Posted in: Newspaper
Post count: 51

1, I would like to make some pages only on the Revolution slider and use menu from Revolution slide. How to edit page template to delete standard template menu?

2, how to delete this gap?
xczechstudios.com/cloud/gap.jpg – look on the picture

Thank you a lot. You are best template makers! Newspaper is best!

  • This topic was modified 9 years by xczech.
  • This topic was modified 9 years by xczech.
  • This topic was modified 9 years by xczech.
Post count: 22421

Hi,

1) Sorry but revolution slider cannot replace the menu from our theme. We have no solution to provide in this regard as you will need customization services to get it done which we cannot provide. Sorry.

2)You can remove the top padding on any page based on the page id. On the homepage you can use this code:
.page-id-8904 .td-main-page-wrap{
padding-top: 10px;
}

Thank you!

Post count: 51

Hello Bogdan,
There is any solution how to disable templete menu in page template? I only want to clean page for using revolution slider. Nothing more.

Post count: 23312

Hi,

If is useful for you, please try the code below and place it in Theme panel->Cusotm CSS area the main menu will be hidden. Another basic way does not exist in this regard.

The code is ->

.td-header-menu-wrap-full {
display:none;
}

Thanks for your message!

Post count: 51

Thanks a lot, you are pretty cool guys. Best support on the world.

Post count: 23312

Hello xczech,

Thank you very much for your kind words and I am glad that you are happy with our items and our provided support!

Have a nice day!

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