WellExpo theme remove hover menu
Thanks for writing in! You can try to add this CSS in Appearance > Customize > Additional CSS
.qodef-main-menu ul li a>span.item_outer .item_text:before {
display: none;
}
.qodef-mobile-header .qodef-mobile-nav ul li a>span:before,
.qodef-mobile-header .qodef-mobile-nav ul li h6>span:before {
display: none;
}
.qodef-main-menu ul li a > span.item_outer .item_text::before {
display: none; /* 기본적으로 선을 숨김 */
}
.qodef-main-menu ul li a > span.item_outer .item_text {
color: #000; /* 기본 글자색 */
transition: color 0.3s ease; /* 글자색 변경에 부드러운 전환 효과 */
}
.qodef-main-menu ul li a > span.item_outer .item_text:hover {
color: #50d6ae; /* hover 시 글자색 변경 */
}
theme option
https://wellexpo.qodeinteractive.com/documentation/#documenter_cover
'작업 > 워드프레스' 카테고리의 다른 글
워드프레스용 다국어 플러그인 (0) | 2025.01.03 |
---|---|
워드프레스 플러그인으로 http를 https로 바꾸기 (0) | 2024.01.04 |
Amazon Lightsail 여러개의 도메인 연결 (0) | 2023.02.27 |
Amazon Lightsail 여러개의 워드프레스 사이트 설치 (0) | 2023.02.27 |
애드센스에 최적화된 워드프레스 테마 32 (0) | 2022.12.29 |
댓글