Mobile header customization

Posted in: Newsmag
Post count: 4

Hello! There are three minor tweaks I would like to make to the header when viewed on mobile devices:

1) How can I change the menu icon (9 small squares) to the more standard 3 line icon? Is there an image file I need to update? Or is this done through code?

2) How can I increase the overall height of the header? My logo looks too small.

3) How do I change the header background colour? Sorry if it’s in the theme panel, but I cannot find it.

Thank you!

Post count: 23312

Hello greenonion,

1) Please consult this topic because here you can find the answer for your first request.

2)If you want to increase the height of the header, please try the code below and add it in Theme panel->Custom CSS area.
.td-header-header {
height:250px!important;
}

The result -> http://screencast.com/t/3EAEQdIfuWO

For more information about header styles, please consult our documentation here -> https://forum.tagdiv.com/newsmag-header-styles/

3)There si an option for it in Theme panel->Theme colors like this -> http://screencast.com/t/0pAnQyFgsyu

Hope this helps!

Thank you for your message!

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