Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • activha Friend
    #194499

    Hello
    We would like a simple way to display down arrows on main menus when they have sub menus, in order to help users locate them visually
    Same thing as you have on joomla 🙂

    Is there a simple way to do it without adding images to all menus ?

    Could you help us implement it ? we use mainly color block light

    Thanks in advance

    Wall Crasher Developer
    #521447

    Hi activha,

    You can try to add styles below into the ….templatesja_wallcssnavigation.css file (line 49):

    #mainnav .menu li.deeper > a:before {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 0px 5px;
    border-top-color: #cccccc
    margin-top: 20px;
    margin-right: -12px;
    }

    #mainnav .menu .deeper li.deeper > a:before {
    border-left-color: #cccccc
    border-top-color: transparent;
    border-width: 5px 0px 5px 5px;
    margin-top: 10px;
    }

    Hope it helps.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Wall Crasher 10 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum