Home Forums Basel support forum Background color change Reply To: Background color change

#25033

Artem Temos
Keymaster

You have set a different color scheme for the header for this particular page. Change it while editing the page in admin panel.

Change links color adding the following snippet to the Custom CSS in Theme Settings

.blog-post-loop .entry-content a {
	color: #f30909;
}

Regards