Hi again, is there a possibility of the mobile menu icon, the 3 lines, add the word menu?
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
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?
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
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?
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
Hello
TD Composer, This page isn’t working.
http://www.dailykolkata.com didn’t send any data.
ERR_EMPTY_RESPONSE
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