Any idea how I could change it to black? it’s not an option on the slider
i found some code which changes body text to black
for me i’d like to do this to sidebar items, which still remain the default pink
edit : i figured it out myself
the two codes that worked for me are
for body
a {
color: #000000;
}
for widget
.widget a {
color: #000000
}
-
This reply was modified 4 years, 10 months ago by mattleaf.
-
This reply was modified 4 years, 10 months ago by mattleaf.
-
This reply was modified 4 years, 10 months ago by mattleaf.