Okay
  Public Ticket #2002558
Header Customization
Closed

Comments

  • evananya started the conversation

    Hi, I want a simple fixed header exactly like the one of neuronthemes.ticksy.com/. I followed another ticket response to turn off sticky and add additional css to the .l-primary-header--default-wrapper tag, but these changes do not work on mobile. The header is absolute.Please advise how I can get a header like neuronthemes.ticksy.com/!

    I simply do not want the animation/transition from normal header to scrolled header. I want the latter, the scrolled header, to be present at all times.

    Thank you in advance.

  • evananya replied

    Additionally, how can I change the icon of the sliding bar on mobile? Right now I have it hidden because on mobile they are two very similar icons.

  • evananya replied

    Also, is there a way to make slide-in effect on mobile like on desktop? On mobile it simply fades it when tapped.

  •  675
    Neuron replied

    Hi,

    1) Well neuronthemes.ticksy is a different platform and it is not built with Arteon. But if you want to have the same header, please switch from the skin light of header to dark, that will eventually won't change like its changing now.

    2) Install the plugin insert headers and footers. https://wordpress.org/plugins/insert-headers-and-footers/

    Add the following jQuery to change the icon.

    <script>
    jQuery(document).ready(function($) {
        if ($('.a-slidingbar-icon a') && $(window).width() < 768) {
            $('.a-slidingbar-icon a').innerHTML = 'your icon here';
        }
    });
    </script>

    Feel free to ask for anything you need.

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.