Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Menu icon looks perfect although the logo Image does not turn red "dark" on white background when scrolling over light/ white background on mobile, only seems to work on desktop version.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (min-width : 1px) and (max-width : 1000px) {
#header-outer[data-transparent-header="true"][data-permanent-transparent="1"].transparent .midnightHeader #logo img.dark-version {
opacity: 1 !important;
}
}
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thanks Tahir,
Menu icon looks perfect although the logo Image does not turn red "dark" on white background when scrolling over light/ white background on mobile, only seems to work on desktop version.
Best,
Ed
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thank you very much for all your help and patience!