tiffybennett1 Posted February 16, 2021 Share Posted February 16, 2021 Site URL: https://www.lucymorton.studio/ Hi, I am making adjustments to the website https://www.lucymorton.studio/ and I am trying to change the logo colour on some of the pages (FAQ's for example, where the background is lighter) Can anyone help? Website password is lucymorton TIA Link to comment
dvgdvgdvg Posted February 16, 2021 Share Posted February 16, 2021 If you want the logo to be black on those pages, here's an easy tutorial from Christy Price for inverting the color without having to upload a new logo image (find the code for your template family). If you need it to be a color other than black, you'll need to upload an image and inject code to swap it out; check out this tutorial from Mary Philip or search the forum's existing posts (this has been answered lots of times so you're sure to find what you need). Link to comment
tuanphan Posted February 18, 2021 Share Posted February 18, 2021 Add this code to FAQ Page Header <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('.header-title-logo img').attr('src','https://cdn.pixabay.com/photo/2020/12/10/10/17/jasper-national-park-5819878__340.jpg'); }); </script> Replace pixabay with new image url Sammi 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
Sammi Posted March 29, 2021 Share Posted March 29, 2021 That really helped me, thank you for your code injection there! 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