Home › Forums › WoodMart support forum › Colors and Style › Reply To: Colors and Style
orangeblossomksa
Hello,
I’m already dark activated.
1- We were writing this style at the time.
Just a note, I don’t want to change anything in the hydra except the colour, I want to control the colour when I want, to match the image in the slider, check below:
body:not(.single-product) .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg) #menu-main-menu-left a .nav-link-text {
color: #fff !important;
}
body:not(.single-product) .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg) #menu-main-menu-right a .nav-link-text {
color: #fff !important;
}
body:not(.single-product) .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg) .wd-tools-element a {
color: #fff;
}
body:not(.single-product) .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg) .nav-link-text:after {
background: #fff !important;
opacity: 0;
}
.whb-color-dark:not(.whb-with-bg) .nav-link-text:after {
opacity: 0;
}
.wd-nav[class*=”wd-style-“]>li:is(.wd-has-children,.menu-item-has-children)>a:after {
display: none !important;
}
.wd-nav[class*=”wd-style-underline”] .nav-link-text {
letter-spacing: 2.1px !important;
}
body:not(.single-product) .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg) .wd-dropdown.wd-dropdown-menu.wd-dropdown-my-account .wd-sub-menu a {
color: #000;
}
body:not(.single-product) .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg) #menu-main-menu-left a .nav-link-text:hover:after {
opacity: 1 !important;
}
body:not(.single-product) .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg) #menu-main-menu-right a .nav-link-text:hover:after {
opacity: 1 !important;
}
.whb-color-dark:not(.whb-with-bg) #menu-main-menu-left a .nav-link-text:hover:after {
opacity: 1 !important;
}
.whb-color-dark:not(.whb-with-bg) #menu-main-menu-right a .nav-link-text:hover:after {
opacity: 1 !important;
}
.woocommerce-page .woocommerce-notices-wrapper:nth-of-type(1){
display: none;
}