Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/77.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jquery WP禁用Js超级鱼样式_Jquery_Css_Wordpress - Fatal编程技术网

Jquery WP禁用Js超级鱼样式

Jquery WP禁用Js超级鱼样式,jquery,css,wordpress,Jquery,Css,Wordpress,我在WP网站上工作,我想更改Superfish子菜单样式(位置),但问题是Superfish JS(包含在WP模板上)不允许我使用(!重要)对自定义JS或CSS进行此更改,Superfish始终应用其样式当鼠标悬停在菜单项-1256上以获取子菜单时,如何将其更改为: <ul class="sub-menu" style="display: none; margin-left: 100px; margin-top: 0px;"> 如何禁用Superfish添加的样式以放置我自己的样式

我在WP网站上工作,我想更改Superfish子菜单样式(位置),但问题是Superfish JS(包含在WP模板上)不允许我使用(!重要)对自定义JS或CSS进行此更改,Superfish始终应用其样式
当鼠标悬停在菜单项-1256上以获取子菜单时,如何将其更改为:

<ul class="sub-menu" style="display: none; margin-left: 100px; margin-top: 0px;">
如何禁用Superfish添加的样式以放置我自己的样式

多谢各位

菜单项-1256代码:

<li id="menu-item-1256" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1256">
<a href="#" class="sf-with-ul">PROFESSIONNELLE</a>
<ul class="sub-menu" style="display: none; margin-left: 310px; margin-top: -23px;">

  • 我修复了css上!导入的问题

    <li id="menu-item-1256" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1256">
    <a href="#" class="sf-with-ul">PROFESSIONNELLE</a>
    <ul class="sub-menu" style="display: none; margin-left: 310px; margin-top: -23px;">