php Bellows手风琴菜单自定义主题#plugin #css

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Bellows手风琴菜单自定义主题#plugin #css相关的知识,希望对你有一定的参考价值。

/* Skin */
.bellows.bellows-skin-fh-skin {
  background: none;
  box-shadow: none;
}
.bellows.bellows-skin-fh-skin .bellows-nav .bellows-target,
.bellows.bellows-skin-fh-skin .bellows-nav .bellows-custom-content {
  color: #363636;
  font-weight: 600;
}
.bellows.bellows-skin-fh-skin .bellows-nav .bellows-item-level-0 > .bellows-target,
.bellows.bellows-skin-fh-skin .bellows-nav .bellows-item-level-0 > .bellows-custom-content {
  border-bottom: none;
}
.bellows.bellows-skin-fh-skin .bellows-nav .bellows-item-level-0.bellows-has-custom-content > .bellows-target {
  border-bottom: none;
}
.bellows.bellows-skin-fh-skin .bellows-nav .bellows-item-level-0 > .bellows-target:hover {
  background: none;
  color: #60bb46;
}
.bellows.bellows-skin-fh-skin .bellows-nav .bellows-item-level-0.bellows-active > .bellows-target {
  background: none;
}
.bellows.bellows-skin-fh-skin .bellows-nav .bellows-item-level-0.bellows-current-menu-item > .bellows-target,
.bellows.bellows-skin-fh-skin .bellows-nav .bellows-item-level-0.bellows-current-menu-ancestor > .bellows-target {
  background: none;
  color: #60bb46;
}
.bellows.bellows-skin-fh-skin .bellows-nav .bellows-item-level-0 > .bellows-target .bellows-subtoggle {
  background: none;
  visibility: hidden;
}
.bellows.bellows-skin-fh-skin .bellows-nav .bellows-submenu {
  background: #fff;
}
.bellows.bellows-skin-fh-skin .bellows-nav .bellows-submenu .bellows-target,
.bellows.bellows-skin-fh-skin .bellows-nav .bellows-submenu .bellows-custom-content,
.bellows.bellows-skin-fh-skin .bellows-nav .bellows-submenu .bellows-widget .textwidget {
  padding:10px 0px 10px 25px;
  color: #666666;
}
.bellows.bellows-skin-fh-skin .bellows-nav .bellows-submenu .bellows-has-custom-content > .bellows-target {
  border-bottom: none;
}
.bellows.bellows-skin-fh-skin .bellows-nav .bellows-submenu .bellows-target:hover {
  background: none;
  color: #60bb46;
}
.bellows.bellows-skin-fh-skin .bellows-nav .bellows-submenu .bellows-current-menu-item > .bellows-target,
.bellows.bellows-skin-fh-skin .bellows-nav .bellows-submenu .bellows-current-menu-ancestor > .bellows-target {
  background: none;
  color: #60bb46;
}

.bellows .bellows-nav .bellows-custom-content.bellows-custom-content-padded, 
.bellows .bellows-nav .bellows-target, 
.bellows .bellows-nav .bellows-target.bellows-target-w-image>.bellows-image.bellows-image-padded, 
.bellows .bellows-nav .bellows-target.bellows-target-w-image>.bellows-target-text{
   padding: 10px 0px 10px 0px;
}
function custom_bellows_style() {
\!h    $stylesheet_url = get_stylesheet_directory_uri() . '__/css/bellows-custom.css__'; // Make sure this matches your stylesheet's URL
    wp_enqueue_style( 'custom-bellows-css', $stylesheet_url, array( 'bellows' ), '1.0' );
}
add_action( 'wp_enqueue_scripts', 'custom_bellows_style' );

以上是关于php Bellows手风琴菜单自定义主题#plugin #css的主要内容,如果未能解决你的问题,请参考以下文章

基于jQuery实现的Accordion手风琴自定义插件

css 针对worpdress / php网站的自定义常见问题解答手风琴

如何删除“自定义字段”菜单?

将主题子主题菜单更改为自定义菜单

如何更改woocommerce自定义用户注册字段中错误显示的顺序

Drupal 7自定义菜单渲染