Can't replace logo on Lawyer Theme

Hey guys, I’ve replaced the vertical logo “MWLAW” with my own but it’s not showing up. I’ve flushed the cache, not sure what else to do.

Can you help me out please?

http://harleystreetprivateclinics.com/

Thanks!

Harry

Hey Harry,

The Laywer theme’s logo is in the CSS. Go to Theme Options > CSS and look for the following block of code:

Change the URL with your own image URL.

Hope that helps.

Hey Christian, thanks for the quick reply!

It looks like it’s already replaced with my URL, but still not showing:

Hey Harry,

This seems like a cache issue only. Clear all caches including browser cache then deactivate your caching plugin and other optimization plugins. If you’re using a CDN, please clear the CDN’s cache and disable optimization services.

You can also refer to the following thread for more in depth changes https://theme.co/apex/forum/t/removing-the-logo/69543

If you still have problems kindly get back to us with the URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case.

Thanks!

Hey Nabeel

I refreshed everything at my end; browser, caching plugin (built into GoDaddy wordpress managed hosting) but still no joy, I’m not sure what else to clear but here’s the secure note as requested.

Cheers
Harry

Hello Harry,

Regretfully the given password is not working for us.
Please double check it.

Thanks.

Hi Rue
How about this one: see note

Hello Harry,

I have successfully logged in. I went ahead and updated the custom css into this:

@media (min-width: 1441px) { /* 01 */
  .site:before,
  .site:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(http://harleystreetprivateclinics.com/wp-content/uploads/2020/02/Logo-2-dark-250x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 250px; /* 02 */
    height: 100px; /* 02 */
  }
  
  .site:before {
    top: 0;
    transform: rotate(-90deg) translate(-87%, 0); /* 03 */
  }

  .site:after {
    bottom: 6em;
    transform: rotate(-90deg) translate(36%, 0); /* 03 */
  }
}

Please check your site again.

1 Like

Excellent, thanks RueNel that’s working perfectly now.

If I need to change the logo later can I just switch it out normally or should I be uploading the image and then editing the URL in the code above and pasting that in each time?

Hey Harry,

You’ll need to upload the image and then edit the URL in the CSS again.

Thanks.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.