I need a different logo on mobile than I do on desktop for this website: https://www.lovelilbucks.com/
I made the Wordpress site using Uncode Theme/Visual Composer so you actually just enter the logo in Theme Options instead of code it in yourself.
I made a child theme for a few other reasons, but I've never edited HTML via a child theme and wanted to ask if anyone knew what file here.
I was looking at this question Display a different logo on mobile and desktop? and might try the first answer (seems legit) but nervous on what file I edit in child theme. I believe this is the HTML I need to edit (if you use inspect)
<div class="logo-image logo-skinnable" data-maxheight="180" style="height: 180px;"><img src="https://www.lovelilbucks.com/wp-content/uploads/2017/11/lil-bucks-website-logo-uai-258x180.png" alt="logo" width="258" height="180" class="img-responsive"></div>
Any experience knowing what to edit? Is this mostly css or html based, or both?
Thanks