If I want to add the following CSS code to certain pages and prevent the theme’s CSS from affecting them, what should I do?
.whb-sticked .wd-nav[class*=”wd-style-underline”] .nav-link-text {
color: #0e0e96 !important;
}
.wd-nav[class*=”wd-style-underline”] .nav-link-text {
color: white !important;
}
.whb-general-header .wd-tools-element .wd-tools-icon {
color: white !important;
}
.whb-sticked .wd-tools-element .wd-tools-icon {
color: #0e0e96 !important;
}
.whb-sticked .whb-general-header {
background-color: white !important;
}
.whb-sticked .whb-general-header .wd-tools-element .wd-tools-icon {
color: #0e0e96 !important;
}