Hi,
I'm using the Events Calendar and I can't use the shortcake plugin as there is no support for the photo view which I'd like to use.
Having to link the plugin directly to a menu item instead of inserting it into a page I would like to modify or, at least, remove the subheader for that specific page only.
Could you please let me know how can I achieve it?
Many thanks in advance and best regards.
Christian
Comments
we are afraid that what you need, requires changes in theme files. So please send us url to this specific page where from you want to remove subheader and we'll try to help you.
Thanks!
#Top_bar a#search_button { top: -60px !important; }But to decrease this empty section in header (height) please use below css:body:not(.template-slider) #Header { min-height: 0 !important; }What you did with css needs changes in theme files and that's why it does not look perfect now. The css we gave you above is the only solution that may help you in this case.#Top_bar .top_bar_right { height: 0 !important; }