Logo Pada Template Abenta Tidak Ikut Turun

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

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 :
.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.
6 years 6 months ago #2 by TemplatePlazza

Please Log in or Create an account to join the conversation.

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

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
// 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;
}
6 years 6 months ago #4 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum