change text color on manga detail page in wordpress madara theme

Glitch!

New member
XNullUser
Joined
Oct 20, 2024
Messages
2
Reaction score
0
Points
1
Location
Turkey
NullCash
2
I use the wordpress madara theme, but I could not change the colors on the manga detail page, how can I make a different color than gray and can you suggest different manga themes?Screenshot_3.png
 

tuinbever

New member
XNullUser
Joined
May 21, 2022
Messages
11
Reaction score
0
Points
1
NullCash
2
You can do in ccs

.manga-detail {
background-color: #ffffff; /* Pas deze kleur aan */
}
.manga-detail h1, .manga-detail h2, .manga-detail p {
color: #000000; /* Pas deze tekstkleur aan */
}
 
Top