Support » Theme: Hueman » mobile header bar & thumb pics

  • Dear All

    wondering if you can help me..

    site: http://tinyurl.com/d3u359x

    1. how do I change the colour background of the header bar for mobile, as I need it in white, can I add the text “menu” before the mobile dropdown to make it clearer?

    2. how come none of the thumbnails are at the correct size – in the past they seemed to be auto cropped…

    I am sure I am missing something here but not sure what.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • 1) First, for menu text before the toggle icon, edit header.php with a child theme and you will see:

    <div class="nav-text"><!-- put your mobile menu text here --></div>

    Just replace the <!– –> section with your text.

    To recolor the header bar, you’d do something like:

    @media only screen and (max-width: 719px) {
    #nav-header.nav-container { background-color: red; }
    }

    2) Try running the http://wordpress.org/plugins/regenerate-thumbnails/ plugin from the tools menu once to see if it works. Otherwise you must’ve changed the thumbnail size function or something if it doesn’t work, as it should work.

    Great work on the customizations by the way, looks great!

    Thread Starter Frankzappafication

    (@frankzappafication)

    thanks Alexander – very helpful! 🙂

    1. I have put the text in place but it’s not visible or I am not seeing it
    2. if I re-generate the thumbnails are the pictures overall in the post and pages unaffected – as that’s what I fear…

    1) Make sure that you put it for the right menu, it’s on two locations in the header. You probably put it for the topbar, not header menu.

    2) Check your functions.php file of the child theme if you use one, there is most likely an issue there somewhere.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘mobile header bar & thumb pics’ is closed to new replies.