liftyourgood Posted October 14, 2020 Share Posted October 14, 2020 Site URL: https://www.dallasdoinggood.com/ I am looking for a way to add a logo image below the nav and above the blog title. Any ideas? I need it to appear on each individual blog post, not just the main blog page. https://www.dallasdoinggood.com/impactando/angela-enciso-aprendiendo-de-las-fortalezas-de-su-comunidad Link to comment
liftyourgood Posted October 15, 2020 Author Share Posted October 15, 2020 @tuanphan Any ideas? Link to comment
tuanphan Posted October 16, 2020 Share Posted October 16, 2020 Do you use Personal Plan or higher? 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
liftyourgood Posted October 16, 2020 Author Share Posted October 16, 2020 @tuanphan Business 🙂 Link to comment
tuanphan Posted October 17, 2020 Share Posted October 17, 2020 21 hours ago, liftyourgood said: @tuanphan Business 🙂 Add to Home > Settings > Advanced > Code Injection > Header. Replace with your image url <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('<img src="https://beaverhero.com/wp-content/uploads/2019/06/trees-3464777_640-min.jpg" width="150px" class="t-img"/>').insertBefore('.BlogItem-title'); }); </script> <style> img.t-img { display: block; text-align: center; margin: 0 auto; margin-bottom: 20px; } </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
liftyourgood Posted October 19, 2020 Author Share Posted October 19, 2020 @tuanphan Is there a way to adjust it so it can show up on one blog and not another? This is specifically for our spanish-content... Link to comment
tuanphan Posted October 19, 2020 Share Posted October 19, 2020 Add to Blog Page Settings > Advanced > header 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
Archived
This topic is now archived and is closed to further replies.