/*
Theme Name:     KnowledgePress Child
Theme URI:      http://example.com/
Description:    Child theme for the KnowledgePress theme
Author:         Your name here
Author URI:     http://example.com/about/
Template:       knowledgepress
Version:        0.0.0
*/
/* Mengatur warna font title widget menjadi putih */
#page-footer .widget-title {
    color: #ffffff; /* Warna font untuk widget title */
}

/* Mengatur warna font elemen lain di footer menjadi #8c8989 */
#page-footer a {
    color: #8c8989; /* Warna font untuk link */
}

/* Mengatur warna font link saat hover menjadi putih */
#page-footer a:hover {
    color: #ff6900; /* Warna font saat hover */
}

/* Mengatur warna font widget-title saat hover menjadi putih */
#page-footer .widget-title:hover {
    color: #ff6900; /* Warna font widget-title saat hover */
}
/* Mengatur warna ikon di footer */
#page-footer .kp-w {
    color: #8c8989; /* Warna ikon default */
}
#copyright-bar {
    color: #8c8989; /* Warna teks default */
}

