Logo Pada Template Abenta Tidak Ikut Turun
- Posted by ghuffar (3) Offline
Bagaimana agar logo dan icon social media pada template Abenta, ketika di scroll tidak ikut turun, jadi hanya menu-nya saja...?
Terimakasih...
6 years 6 months ago #1
by ghuffar
Terimakasih...
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline
Halo mas,
coba buka file ../templates/abenta/less/style.less
di baris ke 116 ada code ini :
coba ganti ke
Setelah itu coba masuk ke administrator->Extensions->Templates->Abenta Default trus klik tombol LESS to CSS di bagian atas halaman.
6 years 6 months ago #2
by TemplatePlazza
coba buka file ../templates/abenta/less/style.less
di baris ke 116 ada code ini :
.logo {
padding-top: @t3-global-padding * 0.75;
padding-bottom: @t3-global-padding * 0.5;
margin-right: @t3-global-margin * 1.5;
}
coba ganti ke
.logo {
display:none;
}
Setelah itu coba masuk ke administrator->Extensions->Templates->Abenta Default trus klik tombol LESS to CSS di bagian atas halaman.
Please Log in or Create an account to join the conversation.
- Posted by ghuffar (3) Offline
Dan bagaimana cara untuk mengecilkan huruf, pada module News Show Pro GK5. Karena ukuran font terlalu besar.
Terimakasih...
6 years 6 months ago #3
by ghuffar
Terimakasih...
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline
Lakukan seperti langkah langkah sebelumnya mas, edit file ../templates/abenta/less/modules.less
di baris 420 - 434 silakan di edit ukuran2 font nya
6 years 6 months ago #4
by TemplatePlazza
di baris 420 - 434 silakan di edit ukuran2 font nya
// NSP with large h4
// ------------------------
.nspLarge h4.nspHeader {
font-size: 36px;
margin-bottom: 10px;
}
// NSP with medium h4
// ------------------------
.nspMedium h4.nspHeader {
font-size: 24px;
}
.nspMedium h4.nspHeader {
font-size: 24px;
}
Please Log in or Create an account to join the conversation.