Replacing social icons with plain text links in Mobile Menu/Slideout

Posted in: Newspaper
Post count: 25

What is the best and easiest way to do this?

Right now, in the demo below:

https://demo.tagdiv.com/newspaper_recipes/

The mobile menu has the social icons displayed up top (evernote, facebook, google+, etc)

We would like to instead replace all those social icons with 2 or 3 plain text links (about/help/subscribe)

Thanks in advance!

Post count: 23312

Hello ZIMM,

Unfortunately, the theme does not have any such an option that allows you to replace the Social Network icons with some of the text instead of them, sorry! You can use the Top Menu bar, remove the Social Network Icons and align the top bar menu to the right. Also, notice that the Top Menu bar can be customized from Menus section, like this -> https://www.screencast.com/t/A91cXQvcjR

Thanks for the message!

Post count: 25

Ok, so how do I compeltely hide the social icons up top?

I am not talking about the regular web/desktop version. Again, I am referring to the slide-out mobile menu.

Post count: 23312

Hello ZIMM,

If you want to hide the social icons from top section, you should remove the link from Theme panel, Social Networks section, like this -> https://www.screencast.com/t/5USv4bu88
Also, if you want only the social top icons to be hidden, you can use a bit of CSS code to do this. Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-header-sp-top-widget{
display:none!important;
}

Thanks.

Post count: 25

It seems that you still do not understand what we are trying to do. Hopefully this screenshot below helps:

http://919dv.us/_private/mobile-menu1.jpg

We need to remove those social icons, and instead put up regular textlinks there. What is the best and easiest way to do so?

Thank you 🙂

Post count: 22421

Hello,

The social icons are found in this file here: https://www.screencast.com/t/oVub43zs
You can change the html and links to your desire if you have basic html skills.
If you use the mobile theme however, the file you need to edit is found under newspaper>mobile>parts>menu-mobile.php

Thank you!

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