• Closed
  • Fulop Andras
    Spectator
    May 15, 2017 at 2:09 pm #33697

    Hello,

    i am currently working on site https://hts-loyality.net/ , site is in wordpress and we use evolve+ PRO theme.
    In menu section i have the dash sign which i want to remove if it is possible.
    I have tried the custom css provided in other forum post but that “/” sign does not dissapear!
    Custom CSS option:
    ul.nav-menu li .slash {
    display: none;
    }

    I cant deactivate Mega Menu because i want to use it, but rather i need help to somehow hide dash sign in the menus, but given custom css is not working.I have pasted the code in Theme Options/Custom CSS section.
    Thank you in advance.

    Regards,
    Andras

    Priyank
    Spectator
    Posts: 747
    May 15, 2017 at 3:13 pm #33698

    Hello

    Please add below custom css code inside Theme Options -> Custom css


    .primary-menu a.sf-with-ul::before {
    content: "" !important;
    }

    Thank you