- This topic has 9 replies, 2 voices, and was last updated 3 years, 5 months ago by Forhad.
-
AuthorPosts
-
April 16, 2021 at 11:37 pm #10962
lionsmaneParticipantThe theme assigns a + to show subpages on main nav items, and I want to remove this, and just have the sub-navs drop down onMouseOver. Where do I find controls for this?
April 17, 2021 at 10:12 am #10963
ForhadKeymasterHello. you can send login detials private replay
April 18, 2021 at 11:43 pm #10967
lionsmaneParticipantThis reply has been marked as private.April 19, 2021 at 4:16 pm #10968
ForhadKeymasteryou can easily remove those item go to wp admin-> appearance -> menu-> find main menu remove this sub item menu
April 19, 2021 at 10:58 pm #10971
lionsmaneParticipantI don’t think you understand what I’m asking for. I don’t want to show the “plus sign” .. the “+” on the navigation that indicates a sub-menu. I WANT the sub-menu to be there, I just don’t want to see the “+” sign.
May 1, 2021 at 12:34 pm #11001
ForhadKeymasteri am checking your website sub menu working fine your website
May 2, 2021 at 2:24 am #11002
lionsmaneParticipantYou still don’t understand what I’m saying. yes, the sub-menu works. The problem is that I want to hide (do not show) the plus sign (+) on the main navigation that shows there is a sub-nav under it. I do not want to see the (+) sign.
May 3, 2021 at 11:46 am #11003
ForhadKeymasterYOu can use custom css code to hide this + sing
May 4, 2021 at 12:14 am #11004
lionsmaneParticipantYes, I understand. But I need you to tell me what the specific element is so I can write the CSS to address it. Thanks.
June 2, 2021 at 12:21 pm #11026
ForhadKeymasteradd this code theme option > custom code > css
#main-menu .mega-menu.show-arrow>li.has-sub>a:after, #main-menu .mega-menu.show-arrow>li.has-sub>h5:after{ display:none}
-
AuthorPosts
You must be logged in to reply to this topic.