Haven14 Posted March 30, 2022 Share Posted March 30, 2022 Site URL: https://www.havenbeautyma.com Is it possible to add the "green circle" image in the footer on my website to the navigation bar? Link to comment
tuanphan Posted April 1, 2022 Share Posted April 1, 2022 On 3/31/2022 at 5:43 AM, Haven14 said: Site URL: https://www.havenbeautyma.com Is it possible to add the "green circle" image in the footer on my website to the navigation bar? Hi. Which position on header? Under logo, right of logo or? 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
Haven14 Posted April 6, 2022 Author Share Posted April 6, 2022 In between right nav and shopping cart. I am using code for split nav though and it doesn't always break correctly so that might make it even worse. Thoughts? Link to comment
tuanphan Posted April 10, 2022 Share Posted April 10, 2022 On 4/6/2022 at 9:39 PM, Haven14 said: In between right nav and shopping cart. I am using code for split nav though and it doesn't always break correctly so that might make it even worse. Thoughts? In this possible, clickable image or non clickable image? 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
Haven14 Posted April 27, 2022 Author Share Posted April 27, 2022 Yes, in that area. It would be a clickable image. Link to comment
tuanphan Posted May 1, 2022 Share Posted May 1, 2022 Add to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('<a class="tp-second-logo" href="https://google.com"><img src="https://cdn.pixabay.com/photo/2022/01/22/16/54/book-6957870__480.jpg"/></a>').appendTo('.header-actions.header-actions--right .showOnDesktop'); }); </script> <style> a.tp-second-logo img { width: 50px; } .header-actions.header-actions--right .showOnDesktop { display: flex; align-items: center; flex-direction: row-reverse; } </style> 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment