Topic Resolution: Resolved
  • Closed
  • Graham Newell
    Spectator
    March 18, 2015 at 8:53 am #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
    March 18, 2015 at 9:10 am #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
    March 18, 2015 at 11:20 am #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
    March 18, 2015 at 5:59 pm #15620

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

    Graham Newell
    Spectator
    Posts: 104
    March 18, 2015 at 6:41 pm #15626

    Brilliant.

    I cannot thank you enough for all your help.

    G.