afloormat Posted October 13, 2022 Share Posted October 13, 2022 Site URL: https://www.camphinboston.com.au/ Hi, We are looking to add a secondary logo for another brand to the right-hand side of the header (as it must go across all pages)... So far I have been able to move the current logo from its current left-hand position to the right-hand, however uploading another logo has been a struggle and moving the existing logo causes it to overlap with the navigation bar. Any assistance on this matter would be incredibly valuable 🙂 Thanks Link to comment
tuanphan Posted October 17, 2022 Share Posted October 17, 2022 Hi, The new logo will be clickable or non-clickable? and do you use Personal, Business or Commerce Plan? 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
afloormat Posted October 17, 2022 Author Share Posted October 17, 2022 Hi Tuanphan, The secondary logo being clickable would be ideal and we are on the business plan. Thanks 🙂 Link to comment
tuanphan Posted October 22, 2022 Share Posted October 22, 2022 On 10/18/2022 at 5:43 AM, afloormat said: Hi Tuanphan, The secondary logo being clickable would be ideal and we are on the business plan. Thanks 🙂 Add to Last Line in Code Injection > Footer <script> $(document).ready(function() { $('<a href="/search"><img src="https://cdn.pixabay.com/photo/2022/10/16/13/53/early-morning-7525151__480.jpg" width="70px"/></a>').appendTo('.header-title-logo a'); }); </script> <style> .header-title-logo a:nth-child(2) { margin-left: 20px; } </style> 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
afloormat Posted October 23, 2022 Author Share Posted October 23, 2022 On 10/23/2022 at 2:21 AM, tuanphan said: Add to Last Line in Code Injection > Footer <script> $(document).ready(function() { $('<a href="/search"><img src="https://cdn.pixabay.com/photo/2022/10/16/13/53/early-morning-7525151__480.jpg" width="70px"/></a>').appendTo('.header-title-logo a'); }); </script> <style> .header-title-logo a:nth-child(2) { margin-left: 20px; } </style> Hi Tuanphan, Thank you for this it is much appreciated. Is there any way I can move the secondary image location from adjacent the original logo to the top right of the page (below the invoice button)? I tried changing the appendTo function to .header-actions.header-actions--right however this placed a small image along the navigation bar and I could not edit it further. Thanks again 🙂 Link to comment
tuanphan Posted October 27, 2022 Share Posted October 27, 2022 On 10/24/2022 at 6:48 AM, afloormat said: Hi Tuanphan, Thank you for this it is much appreciated. Is there any way I can move the secondary image location from adjacent the original logo to the top right of the page (below the invoice button)? I tried changing the appendTo function to .header-actions.header-actions--right however this placed a small image along the navigation bar and I could not edit it further. Thanks again 🙂 Use this new code <script> $(document).ready(function() { $('<a href="/search"><img src="https://cdn.pixabay.com/photo/2022/10/16/13/53/early-morning-7525151__480.jpg" width="70px"/></a>').appendTo('div#wm-subnav>nav'); }); </script> <style> #wm-subnav .header-nav-wrapper { flex-direction: column; justify-content: flex-end; align-items: flex-end; } </style> 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