Mandylab Posted July 6, 2020 Share Posted July 6, 2020 (edited) 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, Edited July 6, 2020 by Mandylab 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Mandylab Posted July 7, 2020 Author 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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
Create an account or sign in to comment
You need to be a member in order to leave a comment