css Divi菜单CTA CSS

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css Divi菜单CTA CSS相关的知识,希望对你有一定的参考价值。

/*-----------------[CTA Menu Item]----------------*/
 
/* style the get started cta button */
.join {
	border-radius: 0px;
}
 
.join a {
	color: #fff!important;
}
 
li.join {
	background-color:#71b830; 
	font-weight: 700; 
	text-transform: uppercase; 
	text-align: center; 
	padding: 16px 32px 28px 32px!important;
	border-radius: 3px;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
 
li.join:hover {
	background-color:#f96865;
}
 
/* fixed header button text color */
.et-fixed-header #top-menu .join a {
	color: #fff!important;
}
 
.join li.current-menu-ancestor > a, .join li.current-menu-item > a {
	color: #fff !important;
}
 
 
 
@media only screen and (min-width : 981px) {
	li.join {
		height: 33px;
	}
}

以上是关于css Divi菜单CTA CSS的主要内容,如果未能解决你的问题,请参考以下文章

css CSS使标准的Divi下拉菜单更宽广

css 更改divi手机菜单汉堡包

css Divi Logo重叠菜单和内容

css Divi导航菜单下拉修复

css 在Divi的全屏菜单覆盖上调整关闭按钮“X”

css 在汉堡包菜单上添加“MENU”以获得全屏DIVI