Icon menu movil

Posted in: Newspaper
Post count: 58

Hi again, is there a possibility of the mobile menu icon, the 3 lines, add the word menu?

Post count: 20688

Hi,

That could be done in two ways, either make modifications in the code and replace the icon with the text you want
https://www.screencast.com/t/2cAAwME6
Or maybe use some CSS to replace the icon with a text, like in this example
https://www.screencast.com/t/e7JbQeXg

.td-icon-mobile:before {
content:'Menu';
}

In either cases further design would be needed to style the text since text is not supposed to be displayed in that location.

Thanks

Post count: 58

OK, thanks.

Post count: 58

Hello,

Sorry to reopen this query.
Regarding the icon we talked about earlier, is there an option to keep the icon and write the letters “menu” under the icon?

Post count: 20688

Hi,

So something like this – https://prnt.sc/p744fz the text is below the menu icon, as you mention

#td-top-mobile-toggle a:before {
content:'Menu';
position: absolute;
bottom: 0;
left: 15px;
color: white;
}

Thanks

Post count: 58

Hello,

I forgot to comment that the version of the icon I want to vary is that of the mobile theme, can it be done equally? Do you know in which route to put this CSS code?

Post count: 20688

Hi,

You should enter it in the mobile theme custom CSS section – https://prnt.sc/p7sb84 Should work fine, I can modify the code if needed, let me know.

Thanks

Post count: 58

Hi Simion C.

The css code does not work, still the same.

Post count: 1

Hello
TD Composer, This page isn’t working.
http://www.dailykolkata.com didn’t send any data.
ERR_EMPTY_RESPONSE

Post count: 20688

Hi,


@juanca1612
I tried it on my end, appears to be working fine – https://prnt.sc/p86s5v
I could take a closer look if it’s not working for you, send us an email at contact@tagdiv.com and provide admin login, also include a link to this topic in the email. Let me know.


@nasiruddinsardar
Please check the theme requirements guide carefully
https://tagdiv.com/newspaper-theme-requirements/
Usually that issue is solved when entering the code provided at the bottom of the guide in the htaccess file – https://prnt.sc/p86vk6

Thanks

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.