I'm looking to add a white border above the copyright / below the main footer but attempts to do so appear to be getting overwritten by the theme css. I've tried adding bottom border to footer and top border to copyright without success. I know there's an option within the theme to add a line in this location but default opacity is something like 0.18 which is not what I want and proving difficult to overwrite. I've tried
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):
html body #footer-outer #footer-widgets {
border-bottom: 1px solid #fff !important;
}
html body #footer-outer #copyright {
border-top: 1px solid #fff !important;
}
Hi Tahir,
I'm looking to add a white border above the copyright / below the main footer but attempts to do so appear to be getting overwritten by the theme css. I've tried adding bottom border to footer and top border to copyright without success. I know there's an option within the theme to add a line in this location but default opacity is something like 0.18 which is not what I want and proving difficult to overwrite. I've tried
#footer-outer #footer-widgets {
border-bottom: 1px solid #fff !important;
}
and also...
#footer-outer #copyright {
border-top: 1px solid #fff !important;
}
Both without success. Hope you can help.
Thanks,
Dave
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. Worked a treat. Guess I was just missing the html and body selectors.
Cheers,
Dave
Hey there,
Thanks for reaching in,
You need those to make the CSS explicit. Please be sure to reach in incase you need anything else.
Regards
Themenectar Support Team