• Resolved itsalltech

    (@itsalltech)


    Hello. I’m wondering how to remove the home icon on the nav bar in the Mystique theme. Not the home link, but the icon next to it. Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Navigation typically lives in the header.php file within the theme, in your file directory go to wp-content/themes/mystique/header.php you should be able to locate the icon and remove it from there.

    Thread Starter itsalltech

    (@itsalltech)

    I checked and it is not there.

    Admin panel, mystique setting,the last is css: click no RSS and no TWITTER bottoms. (this icons or other?)

    Okay heres the solution, go into your theme folder and open style.css, go to line 110 you will see this code ul#navigation li a.home span.title{background:transparent url(images/icons.png) no-repeat 0px -756px;padding-left:22px;} simply remove the background attribute so your new line would read

    ul#navigation li a.home span.title{padding-left:22px;}

    That should get ride of the little house icon next to home.

    Hi,
    I have the opposite problem.
    I would like to have the Home Icon on my first page.
    I do not have a clou how to revert your action.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove home icon from Mystique theme’ is closed to new replies.