Happy New Year! Enjoy 30% OFF 🎄
Coupon Code: XMAS30 - Renew: XMAS_RENEW30

Where do you change the logo image on the Community Plus template?
I have found the logo image in the template images, but I am hoping there is a configuration option rather than physically changing out the image file.

Thanks in advance.

    mredmond13
    Hi
    open template.css file from template css folder
    find

    h1.logo a {
        background: url(../templates/ja_community_plus/images/logo.png) no-repeat left;
        display: block;
        height: 46px;
        width: 266px;
    }

    change the logo path with your logo image path

    Or find /templates/ja_community_plus/images/logo.png
    replace logo.png with your logo.png image.

    Regards

    Thanks for this.

    If the template is updated at some point, would that not overwrite my change? Where should I put my version of the css so that it will not need to be changed again when the template is updated?

      mredmond13
      Hi
      It will be updated on template update , as the logo code will be override You can replace the logo image and it will work fine.

      Regards

      Write a Reply...
      You need to Login to view replies.