Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #285404
    Jake Hutchinson
    Participant

    On my home page, how do I position the site logo above the header, essentially make them switch places?

    https://vuorik9.com/

    #285405
    Jake Hutchinson
    Participant

    Also, why is my menu showing up in the primary location when I have only selected the secondary one? And why aren’t the colors correct? I have changed them in every place I am able

    #285433
    Skandha
    Participant

    @outlaw_jake: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
    To hide the Primary Menu

    #site-header-menu {
        display: none;
    }

    Can you let me know which Color Options are not working?
    Kind Regards,
    Skandha

    #285523
    Jake Hutchinson
    Participant

    Thank you, that turned off the primary menu, my secondary menu is still the wrong colors – they don’t match the menu color settings. Also can you answer the first question about switching the header and site id images on the home page?

    #285590
    Skandha
    Participant

    @outlaw_jake: Hello there,
    You seem to be using Header Image feature for the logo.
    Instead of using that please
    Go to => Appearance => Customize => Site Identity => Logo => Upload the Logo and Publish.
    Now, the Logo should appear above the site title.

    The Menu Color options only works for the Primary Menu. Please let me know what color changes you would like to make for the Secondary Menu so that I can provide you the necessary CSS Code.

    I hope this helps you out!
    Kind Regards,
    Skandha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘change header and site id positions’ is closed to new replies.