# How to remove iconified header links from mobile?

**URL:** https://meta.discourse.org/t/how-to-remove-iconified-header-links-from-mobile/93947
**Category:** Support
**Created:** [August 5, 2018, 4:20am UTC](https://meta.discourse.org/t/how-to-remove-iconified-header-links-from-mobile/93947 "2018-08-05T04:20:42Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![nexo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nexo/32/106384_2.png) [@nexo](https://meta.discourse.org/u/nexo)
#### Post date: [August 5, 2018, 4:20am UTC](https://meta.discourse.org/t/how-to-remove-iconified-header-links-from-mobile/93947/1 "2018-08-05T04:20:42Z")

</div>

Hi, I’m playing with CSS to make certain header icons on mobile to go away and I’m having trouble.

 ![Screenshot_20180804-212031_Chrome](https://global.discourse-cdn.com/meta/original/3X/e/c/ecc2f32d25df52cee593978ff7bad31f89c09a39.jpg)

I’m sorry, I’m a CSS newbie, I appreciate the help. I still cant find a way

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [August 6, 2018, 12:05am UTC](https://meta.discourse.org/t/how-to-remove-iconified-header-links-from-mobile/93947/2 "2018-08-06T00:05:17Z")

</div>

That is not our icon, you have some sort of plugin that is adding it.

To remove via CSS right click, look for the class name and add a line that hides it to your theme.

---

<div class="post-metadata">

### Author: ![nexo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nexo/32/106384_2.png) [@nexo](https://meta.discourse.org/u/nexo)
#### Post date: [August 6, 2018, 12:23am UTC](https://meta.discourse.org/t/how-to-remove-iconified-header-links-from-mobile/93947/3 "2018-08-06T00:23:51Z")

</div>

I tried working this out, but it’s not working. What am I doing wrong so I can learn and not annoy the community?  
`.i.fa.fa-hashtag.d-icon.d-icon-hashtag { display: none; }`

Website is: [blinqchat.com](http://blinqchat.com)

---

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [August 6, 2018, 2:38am UTC](https://meta.discourse.org/t/how-to-remove-iconified-header-links-from-mobile/93947/4 "2018-08-06T02:38:27Z")

</div>

It looks like the link is added via the [Custom Header Links (icons)](https://meta.discourse.org/t/iconified-header-links/86307) theme component. The component has a way for you to decide if an icon appears on desktops, mobiles or both. The icon you have is set to appear on both.

In the theme settings, you need to change

`vdm` or view desktop mobile to

`vdo` or view desktop only.

If you’re still not sure, have a look at the theme settings section of the [theme’s topic.](https://meta.discourse.org/t/iconified-header-links/86307)

---

<div class="post-metadata">

### Author: ![nexo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nexo/32/106384_2.png) [@nexo](https://meta.discourse.org/u/nexo)
#### Post date: [August 6, 2018, 5:39am UTC](https://meta.discourse.org/t/how-to-remove-iconified-header-links-from-mobile/93947/5 "2018-08-06T05:39:06Z")

</div>

Whoops didn’t even notice that, I got the component awhile ago. Thanks a lot!

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [September 5, 2018, 5:39am UTC](https://meta.discourse.org/t/how-to-remove-iconified-header-links-from-mobile/93947/6 "2018-09-05T05:39:10Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
