Selamat sore pembaca budiman dimanapun anda berada, sambil menikmati secangki teh hangat yang diiringi roti coklat keju mari kita membahas tentang Cara Disable / hide/ remove beberapa property di typography redux framework yang menurut kami sangat mudah sekali untuk dikerjakan, jadi slow saja ya..
Bagi anda pengguna redux framework terutama yang mengunakan typography ada cara untuk mendisable / meremove / menhiden beberapa property pada typography. kalo kita lihat ada banyak property di typography redux frame caranya cukup mudah perhatikan kode di bawah ini :
array(
'id'=>'typography6',
'type' => 'typography',
'title' => __('Typography', 'redux-framework-demo'),
//'compiler'=>true, // Use if you want to hook in your own CSS compiler
'google'=>true, // Disable google fonts. Won't work if you haven't defined your google api key
'font-backup'=>true, // Select a backup non-google font in addition to a google font
//'font-style'=>false, // Includes font-style and weight. Can use font-style or font-weight to declare
//'subsets'=>false, // Only appears if google is true and subsets not set to false
//'font-size'=>false,
//'line-height'=>false,
//'word-spacing'=>true, // Defaults to false
//'letter-spacing'=>true, // Defaults to false
//'color'=>false,
//'preview'=>false, // Disable the previewer
'output' => array('h2.site-description'), // An array of CSS selectors to apply this font style to dynamically
'units'=>'px', // Defaults to px
'subtitle'=> __('Typography option with each property can be called individually.', 'redux-framework-demo'),
'default'=> array(
'color'=>"#333",
'font-style'=>'700',
'font-family'=>'Courier, monospace',
'font-size'=>'33px',
'line-height'=>'40'),
),
),
Coba anda perhatikan kode yang berwarna merah kalo kita lihat maka kita medisable property font-style, font-size, line-height, color dan preview cukup mudah bukan cara nya silakan di coba.
Demikianlah artikel singkat, padat jelas ( mirip roti coklat anda) yang dapat kami sajikan sebagai makan sore anda sekalian
Apabila ada yang perlu dibahas lebih lanjut, ayo kita mojok pada sudut blog archives code ini, semoga bermanfaat untuk semua kalangan dan usia.