I am currently trying to update the header logo on the website benvenutos.com/. I have attempted to change the logo in the theme settings and it is not registering the change. I also have attempted to change the logo url path in the templates.less file and that doesn't seem to be recognizing the change either. Does anyone have any suggestions on this or and idea as to why this might be happening?
Header Logo Image Not Changing
You can share info via Fields in your first post or put in your reply + set it as Private rely
5 days later
This message is visible to Moderators only
hidden content
The logo is set via CSS on your site, I just overrode with this css rule:
.logo-image > a {
background-image: url(../../../../images/BIG_Logo_Web_White_Small.png);
}
Kindly check.
Thank you so much. I appreciate your help!!!!
5 days later
saguaros locked the discussion.