Shape 5

Joomla Templates => Hexa Corp - Club => : PJones April 17, 2018, 08:37:55 AM



: Logo Wrap
: PJones April 17, 2018, 08:37:55 AM
Hi guys!

I've changed the logo wrap colour to the same black as the menu......and all fine.

Until I check it on mobile view and it still shows white?

Can you advise?


: Re: Logo Wrap
: mikek April 18, 2018, 06:55:37 AM
Hello,

Please post a url to where this occurs so I can see the code changed.


: Re: Logo Wrap
: PJones April 18, 2018, 12:02:51 PM
I just sent a PM Mike!


: Re: Logo Wrap
: mikek April 19, 2018, 07:02:56 AM
Hello,

You have to modify index.php to change this. Just look for:

#s5_menu_wrap {
background:#FFFFFF !important;
}

And remove that. That code is there to remove the 2/3 white and 1/3 dark gray effect (behind the menu) as shown on the demo. Once the menu is hidden on smaller screens it sets the whole area to white.


: Re: Logo Wrap
: PJones April 19, 2018, 10:51:22 AM
Many thanks Mike.....that's got it!

One other thing.....there's an ionicon in menu bar in that area....it pushes logo down on portrait view.

I've hunted around but I can't find where I can delete it.....can you advise?


: Re: Logo Wrap
: mikek April 20, 2018, 07:22:46 AM
Hello,

At line 24 of index.php just remove this:

$s5_responsive_menu_button = "override";


: Re: Logo Wrap
: PJones April 20, 2018, 08:08:46 AM
Cheers Mike.......that's got it!