gagica Posted December 9, 2020 Share Posted December 9, 2020 Site URL: https://www.robertdeanarchitects.com Hello there, https://www.robertdeanarchitects.com/projects i want to do the white logo from the landing page on each project while the project page logo remains grey they way it is now. Is that possible? thank you in advance Link to comment
tuanphan Posted December 11, 2020 Share Posted December 11, 2020 Add to Page Settings > Advanced > Header. Replace with your new logo url. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('.header-title-logo img').attr('src','https://beaverhero.com/wp-content/uploads/2020/11/work-5382501_640-min.jpg'); }); </script> 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
gagica Posted December 14, 2020 Author Share Posted December 14, 2020 On 12/11/2020 at 6:04 PM, tuanphan said: <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('.header-title-logo img').attr('src','https://beaverhero.com/wp-content/uploads/2020/11/work-5382501_640-min.jpg'); }); </script> @tuanphan i dont have Advanced or code injection option for project pages. I only see it for the project page. But i dont want to change that i just want a different logo on individual project pages, not the project page if im making any sense. Link to comment
tuanphan Posted December 15, 2020 Share Posted December 15, 2020 18 hours ago, gagica said: @tuanphan i dont have Advanced or code injection option for project pages. I only see it for the project page. But i dont want to change that i just want a different logo on individual project pages, not the project page if im making any sense. Use new code <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('.view-item .header-title-logo img').attr('src','https://beaverhero.com/wp-content/uploads/2020/11/work-5382501_640-min.jpg'); }); </script> 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
gagica Posted December 15, 2020 Author Share Posted December 15, 2020 8 hours ago, tuanphan said: Use new code <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('.view-item .header-title-logo img').attr('src','https://beaverhero.com/wp-content/uploads/2020/11/work-5382501_640-min.jpg'); }); </script> thank you this works i tried it with your image, how do i create url for my logo? through CSS/custom files or there is another way? Link to comment
gagica Posted December 15, 2020 Author Share Posted December 15, 2020 thank you no worries i figured it out. tuanphan 1 Link to comment
tuanphan Posted December 17, 2020 Share Posted December 17, 2020 On 12/16/2020 at 2:35 AM, gagica said: thank you no worries i figured it out. I see footer in tablet, email is break at "m". To fix this you can add this to Home > Design > Custom CSS /* tablet footer */ @media screen and (max-width:991px) and (min-width:768px) { div#block-96bcdd020e2048e1d369 { padding-right: 0; } } 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