Expired
Hi, how can I disable the active page header (I am showing an image there) on mobile/small devices? Can I add an alternative to show the headline (text) only?
Best regards!
Hello,
Please add these lines at custom css code in general options
@media (max-width: 979px){ .header_page.centered.without_shadow.with_subtitle { background-image: none; } }
You must be logged in to reply to this topic.