Home>Support>Vantage Home “House” Icon Question

Vantage Home “House” Icon Question

By John Kovaleski, 9 years ago. Last reply by Daniel, 9 years ago.

Is it possible to have the “House” Icon show on the menu bar without having to have “Home” or another name written out next to it? It seems redundant.

Thanks.

URL: http://www.shadowboxtoys.com/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 7 months ago Daniel
    Hi, I Work Here

    Hi John Kovaleski

    The icons in this case are used to complement the text. You can have the text without the icon but for the reverse you have to change core files to achieve this. The changes needs to be done on a child theme to avoid loosing changes during theme updates.

    Let me know if are still with the idea of removing this, I jump on to it

  2. 9 years, 6 months ago John Kovaleski

    Hi Addo,

    Yes please. I’d still like to make is so that I can just have the House Icon instead of having the House Icon and the word “Home” next to it.

    I could see it being useful elsewhere as well so I think its worth the effort.

    Your customer service alone is worth using Site Origin for all by web projects.

    Thanks for your help has always!

    John

  3. 9 years, 6 months ago Daniel
    Hi, I Work Here

    Hi John

    I apologize for the delayed response. I have found a simpler way to do this

    You can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    .main-navigation ul li.current-menu-item a {
    	visibility: hidden !important;
    	position: relative !important;
    }
    
    .main-navigation ul li.current-menu-item a span:after {
    	visibility: visible !important;
    	position: absolute !important;
    	content: "\f015" !important;
    	right:10px !important;
    }
    

    Let me know if this works for you

    Cheers

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More