Guest Posted July 6, 2020 Share Posted July 6, 2020 Hi, Anyone knows how to make the footer transparent and the text and social icons in white? Custom CSS? I tried this but it did not work. /*TO MAKE TRANSPARENT*/ .Footer { background-color:transparent !Important; } Thank you so much, Link to comment
tuanphan Posted July 7, 2020 Share Posted July 7, 2020 Can you share link to your site? We can help easier. or you can try this code /* footer color */ footer.sections .section-background { background: transparent !important; } /* footer text color */ footer.sections * { color: white !important; } /* footer social */ footer.sections * { fill: white !important; stroke: white !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Guest Posted July 7, 2020 Share Posted July 7, 2020 I am leaving the footer in white in the end, it doesn't have an easy solution looks like. Do you know how I can change the hover colour of the social icons in the footer? Thanks Link to comment
tuanphan Posted July 12, 2020 Share Posted July 12, 2020 On 7/7/2020 at 9:45 PM, Mandylab said: I am leaving the footer in white in the end, it doesn't have an easy solution looks like. Do you know how I can change the hover colour of the social icons in the footer? Thanks Can you share link? Difficult to help without checking url Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Andyancreative Posted July 15, 2020 Share Posted July 15, 2020 Hello @Mandylab and @tuanphan Were you able to find a css code to make the footer transparent? I tried the code, but it didn't help. footer.sections .section-background { background: transparent !important; Any help would help! Thanks! Link to comment
tuanphan Posted July 15, 2020 Share Posted July 15, 2020 47 minutes ago, Andyancreative said: Hello @Mandylab and @tuanphan Were you able to find a css code to make the footer transparent? I tried the code, but it didn't help. footer.sections .section-background { background: transparent !important; Any help would help! Thanks! Try footer.sections section { background: transparent !important; } If it doesn't work, please share link to your site, we can check easier. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Andyancreative Posted July 15, 2020 Share Posted July 15, 2020 Thank you @tuanphan for helping out! The code didn't work. Here's the link to the site. Url: https://www.loxd.io/home-page/ PW: loxd Thanks! Link to comment
Andyancreative Posted July 15, 2020 Share Posted July 15, 2020 @tuanphan If the transparent code doesn't work. How would you go about reducing the padding of the footer even more? I currently have the code: #footer-sections { padding-top: 10px !important; padding-bottom: 0 !important; } but would like the footer to be small black/color strip at the bottom if the transparency doesn't work. Thanks! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.