Mengatur Warna Footer Wipmedia

warna footer tema wipmedia

Halo, berikut cara mengatur warna pada bagian footer tema wipmedia melalui customizer – css tambahan:

Untuk warna bisa menggunakan kode warna sesuai selera ya, bisa cari kode warna di colorhunt.co

Warna Background utama footer:

.footer-wrapper {
	background: #222222;
}

Warna Judul situs (Jika tidak pakai logo):

.footer-wrapper h1 {
	color: #FF6D1F;
}

Warna Paragraf pada footer:

.footer-wrapper p {
	color: #fff;	
}

Warna Judul widget (Jika memasang widget pada footer):

.footer-wrapper .widget-title {
	color: #FF6D1F;
}

Warna Widget Profile & Sosmed:

.custom-widget-site-profile-link a {
	background: #fff;
	color: #222222;
}

Warna Link menu navigasi/Widget menu navigasi pada footer:

.footer-wrapper .footer-widget-1 .menu a {
    color: #F5C857;
}

.footer-wrapper .footer-widget-2 .menu a {
    color: #F5C857;
}

.footer-wrapper .footer-widget-3 .menu a {
    color: #F5C857;
}

Warna menu footer di atas copyright:

.footer-menus ul {
	color: #FF6D1F;
}

Warna text copyright:

.footer-text p {
	color: #FF6D1F;
}

Warna Garis di atas menu copyright:

.footer-menu-container {
    border-top: 1px solid #FF6D1F;
}

Sekian…