Topic Resolution: Resolved
  • Closed
  • Graham Newell
    Spectator
    18.03.2015 at 08:53 #15610

    Is it possible to have a submenu with no arrow next to it to denote a submenu. On just one menu item, not all.

    http://www.vipermetal.wpengine.com

    The flag for language would look nicer without arrow.

    And is there a way to prevent this menu item being highlighted/bold when I am on the home page of that language?

    Thanks.

    Roman
    Spectator
    Posts: 3147
    18.03.2015 at 09:10 #15612

    added this to your Custom CSS:

    ul.nav-menu li#menu-item-440 .sf-with-ul::after {content:"";}
    ul.nav-menu li#menu-item-440 a.sf-with-ul {
    padding-right: 0px !important;
    }
    ul.nav-menu li#menu-item-440.current-menu-ancestor a, ul.nav-menu li#menu-item-440.current-menu-ancestor,
    ul.nav-menu li#menu-item-440.current-menu-item::before, ul.nav-menu li#menu-item-440.current-menu-ancestor::before {
    background: none !important;
    }

    but then your subitems will have no hover background

    Graham Newell
    Spectator
    Posts: 104
    18.03.2015 at 11:20 #15615

    Brilliant. Thanks.

    Could you please now help me to change the code so as the RECENT posts header reads ‘Vipermetal’. That would be great.

    G

    Roman
    Spectator
    Posts: 3147
    18.03.2015 at 17:59 #15620

    library/functions/tabs-widget.php line #48 🙂

    Graham Newell
    Spectator
    Posts: 104
    18.03.2015 at 18:41 #15626

    Brilliant.

    I cannot thank you enough for all your help.

    G.