Hello,
Can I replace the logo URL using quick CSS?
Thanks, Leo
Hi Akhurst,
Yes, it’s possible using this code, you just need to change the content value:
#top #header .logo img {
content: url(https://website.com/wp-content/uploads/2023/11/new_logo.jpg);
}
However, I think it’s much better to change it in the theme options.
Best regards,
Nikko