krmcnyldrm adlı üyeden alıntı: mesajı görüntüle
Yardım amaçlı bir konu olduğu için yazmam da bir sıkıntı yoktur sanırım, konu sahibi bir şey der mi bilemiyorum


Hocam css ile alakalı bir durumdur bu, style.css 'de düzenleme yapılması gerekli. Örnek olarak;

.content a {
color:black;
text-decoration:none;
}

Bunun için bir çok link var hocam, ufak bir araştırma sonucu;
https://wordpress.org/support/topic/...e-same-content
https://wordpress.org/support/topic/...ordpress-sites
slm hocam olan css bu kadar
#message {
	background-color: rgb(255, 251, 204); 
	margin:15px;
	padding:15px;
}
.wrap .disabled,
#message.error {
	background-color: rgb(218, 79, 33);
}
.wrap h3 {
	clear:both;
}
.wrap legend {
	font-weight:bold;
}
.wrap label{
	float:left;
	width:100px;
}
.wrap input,
.wrap select {
	width:180px;
}
.wrap .disabled {
	background-color: #FFCCCC;
}