IndigoBolt11 Posted November 13, 2020 Share Posted November 13, 2020 Site URL: https://www.profitmeetsimpact.com/ On the blog pages I want them white- but I loose my white logo- is there a way to make the logo a different color against white pages or add in a section above the blog post that is a different color so I don't loose the white logo? Link to comment
IndigoBolt11 Posted November 13, 2020 Author Share Posted November 13, 2020 Just now, IndigoBolt11 said: Site URL: https://www.profitmeetsimpact.com/ On the blog pages I want them white- but I loose my white logo- is there a way to make the logo a different color against white pages or add in a section above the blog post that is a different color so I don't loose the white logo? @creedon @tuanphan any ideas? Link to comment
tuanphan Posted November 14, 2020 Share Posted November 14, 2020 9 hours ago, IndigoBolt11 said: @creedon @tuanphan any ideas? I see blog post fine here. Do you still need help? https://www.profitmeetsimpact.com/episodes/episode-01-nsep6 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
IndigoBolt11 Posted December 8, 2020 Author Share Posted December 8, 2020 On 11/14/2020 at 12:48 AM, tuanphan said: I see blog post fine here. Do you still need help? https://www.profitmeetsimpact.com/episodes/episode-01-nsep6 I made the blog posts grey for now because when I made them white I lost the white logo- I want to keep the color of the blog post background white while keeping a white transparent logo- is that possible to not loose the logo? Link to comment
tuanphan Posted December 9, 2020 Share Posted December 9, 2020 13 hours ago, IndigoBolt11 said: I made the blog posts grey for now because when I made them white I lost the white logo- I want to keep the color of the blog post background white while keeping a white transparent logo- is that possible to not loose the logo? Add to Home > Design > Custom CSS .collection-type-blog-basic-grid.view-item .header-title-logo img { filter: invert(1); -webkit-filter: invert(1); } 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
IndigoBolt11 Posted December 9, 2020 Author Share Posted December 9, 2020 4 hours ago, tuanphan said: Add to Home > Design > Custom CSS .collection-type-blog-basic-grid.view-item .header-title-logo img { filter: invert(1); -webkit-filter: invert(1); } @tuanphan that worked on www.profitmeetsimpact.com and I just swapped it! On my other clients site we are having the same problem on her blog pages: https://www.radtalkwithtracey.com/blog the password to get in is 'rad' I tried the code on this site on the blog pages and it didn't work even though we also have a white logo - any ideas? Would it be possible not just to make it an inversion aka black but one of the colors of the site #495A58 or perhaps the file that I have uploaded which is the logo in that color (called 1.png in custom css) Thanks @tuanphan Link to comment
IndigoBolt11 Posted December 10, 2020 Author Share Posted December 10, 2020 On 12/9/2020 at 8:54 AM, IndigoBolt11 said: @tuanphan that worked on www.profitmeetsimpact.com and I just swapped it! On my other clients site we are having the same problem on her blog pages: https://www.radtalkwithtracey.com/blog the password to get in is 'rad' I tried the code on this site on the blog pages and it didn't work even though we also have a white logo - any ideas? Would it be possible not just to make it an inversion aka black but one of the colors of the site #495A58 or perhaps the file that I have uploaded which is the logo in that color (called 1.png in custom css) Thanks @tuanphan @tuanphan did you see my follow up question on another site? Link to comment
tuanphan Posted December 13, 2020 Share Posted December 13, 2020 On 12/11/2020 at 5:47 AM, IndigoBolt11 said: @tuanphan did you see my follow up question on another site? Use this code body.collection-type-blog-side-by-side .header-title-logo img { filter: invert(1); -webkit-filter: invert(1); } 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
IndigoBolt11 Posted December 13, 2020 Author Share Posted December 13, 2020 14 hours ago, tuanphan said: Use this code body.collection-type-blog-side-by-side .header-title-logo img { filter: invert(1); -webkit-filter: invert(1); } that worked! but is there any way not to invert it and make a different color instead? Link to comment
tuanphan Posted December 15, 2020 Share Posted December 15, 2020 On 12/13/2020 at 11:19 PM, IndigoBolt11 said: that worked! but is there any way not to invert it and make a different color instead? You can change any color using JavaScript. Add to Code Injection Footer <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('body.collection-type-blog-side-by-side .header-title-logo img').attr('src','https://beaverhero.com/wp-content/uploads/2020/11/work-5382501_640-min.jpg'); }); </script> Replace beaverhero with new logo image 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
IndigoBolt11 Posted December 15, 2020 Author Share Posted December 15, 2020 8 hours ago, tuanphan said: You can change any color using JavaScript. Add to Code Injection Footer <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('body.collection-type-blog-side-by-side .header-title-logo img').attr('src','https://beaverhero.com/wp-content/uploads/2020/11/work-5382501_640-min.jpg'); }); </script> Replace beaverhero with new logo image url That didn't work see screenshot- did I miss something? Link to comment
Solution tuanphan Posted December 15, 2020 Solution Share Posted December 15, 2020 5 hours ago, IndigoBolt11 said: That didn't work see screenshot- did I miss something? Please check again your code. It is different the code I sent. ☠️ 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
tuanphan Posted December 21, 2020 Share Posted December 21, 2020 I see your sites. 1. Some pages have very long content on mobile. You can consider adding a back to top button. 2. (Mobile) About page banner image is not fullsize. You want to resize? 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment