Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #729315

    hi

    i wanna to have an symbol after my menu Items like http://www-03.ibm.com, instead of separator .

    #729393

    Hey davoudth,

    You can disable separator from Enfold Options > Header > Separator between menu items

    Please clarify if you like to display an arrow for menu items with submenu? If so Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #729460

    exactly i want to have an arrow for menu items with sub-menu like what is at mentioned website(http://www-03.ibm.com), unfortunately my website is under construction(is down) .

    #729468

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .menu li > a:after { content: ' ▾'; } 
    .menu li > a:only-child:after { content: ''; }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Cheers!
    Yigit

    #759338

    Dear Support Team

    i have a menu with 5 item, each item consist of 4 or 5 sub item, some of this items is custom link with “#” value(unclickable) , and others are page(click on it opens page) .
    i want to separate this 2 type of sub menu’s visual view( unclicable vs clickable), so when a visitor point to ucnclicable one, mouse icon turn from hand sign to arrow sign.

    #761381

    Hi!

    Please replace the code with:

    .menu .dropdown_ul_available > a:after { content: ' ▾'; } 
    .menu .dropdown_ul_available > a:only-child:after { content: ''; }

    What do you mean by “arrow sign”? Could you please provide a screenshot? These are the available cursor values.

    // https://www.w3schools.com/cssref/pr_class_cursor.asp

    Cheers!
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.