tiffybennett1 Posted February 16, 2021 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
dvgdvgdvg Posted February 16, 2021 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).
tuanphan Posted February 18, 2021 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 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!)
Sammi Posted March 29, 2021 Posted March 29, 2021 That really helped me, thank you for your code injection there!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.