Forum Bahasa Indonesia

frame di side bar (6 posts)

  1. hotelcintakasih
    Anggota
    Posted 2 bulan ago #

    hualoo...tanya,dunk...cara menghilangkan bingkai kotakan di side bar, gimana sih ( itu lho, setiap di area archive, ada bingkainya..di area recent post juga dikasih kotakan dr si WP na ) ? sebel banget jadi banyak kotak - kotak gitu di blogku...thx ya...

  2. mk2
    Anggota
    Posted 2 bulan ago #

    Tergantung theme-nya, bisa diakali dengan mengedit file CSS-nya.

    Ada contoh URL?

  3. hotelcintakasih
    Anggota
    Posted 2 bulan ago #

    gimana car ngeditna ?..coba intip di http://hotelcintakasih.co.cc

  4. mk2
    Anggota
    Posted 2 bulan ago #

    1. Buka file CSS ini:
    http://hotelcintakasih.co.cc/wp-content/themes/cellar-heat-light/style.css

    2. Cari tulisan ini:

    #lower .widget {
    	width:270px;
    	float:left;
    	margin-right:20px;
    	overflow:hidden;
    	border:1px solid #434340;
    	padding:12px;
    	background:url(images/pixel-grey.gif);
    	color:#fff;
    }

    3. Lalu ubah menjadi seperti ini:

    #lower .widget {
    	width:270px;
    	float:left;
    	margin-right:20px;
    	overflow:hidden;
    	border:none;
    	padding:12px;
    	background:url(images/pixel-grey.gif);
    	color:#fff;
    }

    4. Simpan kembali.

    Best regards,
    Jimmy Ofisia.

  5. hotelcintakasih
    Anggota
    Posted 2 bulan ago #

    huah...hebat, euy...dah tak praktekin n berhasil lho. mas...thx buanget ya...

  6. hotelcintakasih
    Anggota
    Posted 2 bulan ago #

    btw, boleh tanya lagi, nggak ? kalo ngilangin tanda panahna gimana ? thx

Balas

Anda harus log masuk untuk mengirim tulisan.

About this Topic