Remove icon menu (mobile format)

2 replies·opened Dec 2, 2020
A
AltaviaAura2018Dec 2, 2020

Hi,

On my site, I have a double menu (see capture 1).
On the mobile version (see screenshot 2), the two menus are condensed.
It's normal, no worries ;)

But I would like on the mobile version that the "green" menu has the text (link) directly and not the icon
Currently you have to click on the icon and click on the link (see screenshot 3).

What are the different codes to change?

A big thank-you !

S
SemiColonWebSTAFFDec 2, 2020

Hello,

You can simply consider using this code:

<!-- Second menu
============================================= -->
<div id="page-menu" class="no-sticky">
	<div id="page-menu-wrap">
		<div class="container">
			<div class="page-menu-row justify-content-end">

				<div class="page-menu-item"><a data-scrollto="#section-contact" href="#section-contact">Téléchargez notre carnet de tendance</a></div>

			</div>
		</div>
	</div>
	<div class="page-menu-wrap-clone" style="height: 48px;"></div>
</div>
<!-- #second-menu end -->

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

A
AltaviaAura2018Dec 3, 2020

It's prefect !

Thank you very much !!!

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard