Site icon Catch Themes

Missing Options in Customize Colors

Thanks again for great theme. I already implemented Clean Education Pro (CEP) to one website. Now, I am applying to a 2nd website. Unfortunately, I came across a minor issue. This 2nd website changes its color scheme on a yearly basis. So when I finished applying the color scheme to CEP, I discovered certain elements' colors are not changed. Would it be possible to add the following elements to CEP's Customize Color options? In the meantime, I made the changes in Additional CSS section. (Screenshots and CSS enclosed.)

#courses-section .content-prev,
#courses-section .content-next {
	border-color: #03ac34;
	color: #026b2d;
}

#courses-section .content-prev:hover,
#courses-section .content-next:hover,
#courses-section .content-prev:focus,
#courses-section .content-next:focus {
	background-color: #03ac34;
	border-color: #026b2d;
	color: #ffdd1b;
}

#testimonial-section .content-prev,
#testimonial-section .content-next {
	border-color: #ffdd1b;
	color: #ffdd1b;
}

#testimonial-section .content-prev:hover,
#testimonial-section .content-next:hover,
#testimonial-section .content-prev:focus,
#testimonial-section .content-next:focus {
	background-color: #ffdd1b;
	border-color: #ffdd1b;
	color: #fff;
}

#testimonial-section .entry-container {
	border: 2px solid #03ac34;
}

#news-section .hentry,
#events-section .hentry {
	border: 2px solid #03ac34;
}

#our-professors-section .featured-content-image img {
	border: 2px solid #026b2d;
}

#our-professors-section .featured-content-image a:hover img,
#our-professors-section .featured-content-image a:focus img {
	border-color: #03ac34;
}

#slider-section .cycle-pager span.cycle-pager-active {
	background-color: #026b2d;
	color: #026b2d;
}
Exit mobile version