Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • pulkit17 Friend
    #174358

    I have three queries relating to JA Anion Template

    1. Is the metadata created by itself for each K2 item ? If not, then what i should do to achieve this?

    2. How to change the default background color (the solid color that fills the entire screen) with a background image of my choice ?

    3. How to change the size of logo ? (From which css file it will reflect to all pages)

    PS : :eek:I am trying it out on localhost first so i cant give any direct links to site

    Sherlock Friend
    #441039

    Hi pulkit17,

    1. Is the metadata created by itself for each K2 item ? If not, then what i should do to achieve this?
    Yes I think you can set meta date for each k2 item just check again the k2 item setting
    2. How to change the default background color (the solid color that fills the entire screen) with a background image of my choice ?
    You open the template css file templates/ja_anion/css/template.css there you would see this css
    body#bd {
    background-color: #353535;
    color: #CCCCCC;
    }
    Just add the background-image attribute there, example
    body#bd {
    background-color: #353535;
    color: #CCCCCC;
    background-image:image location goes here
    }

    3. How to change the size of logo ? (From which css file it will reflect to all pages)
    if you want to change logo size you open the file /templates/ja_anion/css/template.css look for these css defined
    h1.logo {
    height: 410px;
    margin-top: 10px;
    width: 210px;
    }
    and
    h1.logo a {
    background: url(“../images/logo.png”) no-repeat scroll left center transparent;
    display: block;
    height: 41px;
    width: 210px;
    }

    you change the width and height values at those places that would help to change the logo size.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 12 years, 8 months ago.

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