Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • janetkh Friend
    #197498

    I can’t seem to change the theme color or the logo. I have gone into Template manager> ja_decor_default>Theme> Selected Theme to be brown and selected the new logo images . Then refreshed the browser but see no changes.

    Realized that the new theme and logo appear on some of the interior pages but not on the homepage and About page.

    TomC Moderator
    #534043

    Firstly, make sure you have a file called “custom.css” within file path –> /templates/ja_decor/css

    To change your logo image, place the following CSS rule within your custom.css file:


    .logo-image {
    background: url("/templates/ja_decor/images/yourlogoimage.png") ;
    }

    There may be some additional adjustments you will need to make – depending on the dimensions of your own logo image. For example, the original CSS rule for the logo (demo version) looks like this . . .


    .logo-image {
    background: url("/templates/ja_decor/images/logo-bg.png") no-repeat scroll center bottom / 100% auto rgba(0, 0, 0, 0);
    margin-top: -10px;
    min-height: 130px;
    min-width: 200px;
    position: absolute;
    text-align: center;
    z-index: 2;
    }

    TomC Moderator
    #534045

    <em>@janetkh 425846 wrote:</em><blockquote>I can’t seem to change the theme color or the logo. I have gone into Template manager> ja_decor_default>Theme> Selected Theme to be brown and selected the new logo images . Then refreshed the browser but see no changes.</blockquote>

    Try clearing your cache as well – both browser and JAT3 – then refresh again.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  TomC 10 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum