Have a few question

Posted in: Newsmag
Post count: 1

Question:
1. I want to disable search block in the header. How do it?
2. How to centre header menu?
3. How to change the filter in the categories? I want to make it the default Random for all categories.
4. How to disable button top?

Post count: 3343

Hi,

1. Remove this code: http://screencast.com/t/u4tQtQp1
2. Add this CSS in Theme Panel -> Custom CSS section:

.td-header-container .sf-menu {
margin-left: auto;
margin-right: auto;
display: table;
}
@media (max-width: 767px) {
.td-header-container .sf-menu {
display: none;
}
}

3. Put the random code line first, like here: http://screencast.com/t/qeBAuh8qCJ4
4. Remove the code from here: td-scroll-up

Thanks for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.