Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1425592

    Hello,
    Can I replace the logo URL using quick CSS?
    Thanks, Leo

    #1425630

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.