Edit Logo Default Joomla 1.5 – JA Purity

Mengganti logo default

Lokasi logo default dapat kita temukan di:

templates -> ja_purity -> images -> logo.png
templates -> ja_purity -> images -> logo.gif

Pastikan anda mengganti kedua file tersebut.

Sedangkan pengaturan size logo dapat diatur di:

templates -> ja_purity -> css -> template.css

Temukan:

h1.logo a {
width: 208px; <--- EDIT DISINI ---<<
display: block;
background: url(../images/logo.png) no-repeat;
height: 80px; <--- EDIT DISINI ---<<
position: relative;
z-index: 100;
}

Mengatur posisi logo default

Jika anda menggunakan logo atur pada bagian berikut:

templates -> ja_purity -> css -> template.css

width: 208px;
display: block;
background: url(../images/logo.png) no-repeat;
height: 80px;
position: absolute; <---- EDIT DISINI, relative jadi absolute
top: 10px; <---- Tambahkan ini, ukuran sesuaikan
left: 10px; <---- Tambahkan ini, ukuran sesuaikan
z-index: 100;
}

Jika anda tidak menggunakan logo, namun berupa text saja.. atur bagian ini:

templates -> ja_purity -> css -> template.css

h1.logo-text a {
color: #CCCCCC !important;
text-decoration: none;
outline: none;
position: absolute;
bottom: 40px; <---- EDIT DISINI
left: 5px; <---- EDIT DISINI
}
p.site-slogan {
margin: 0;
padding: 0;
padding: 2px 5px;
color: #FFFFFF;
background: #444444;
font-size: 92%;
position: absolute;
bottom: 20px; <---- EDIT DISNI
left: 0; <---- EDIT DISNI
}

One thought on “Edit Logo Default Joomla 1.5 – JA Purity

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>