Basic settings -> Layout -> V -> Item 1: Font color
If it does not work, there may be other css that overrules.
So try adding !important e.g.: #F70 !important
That did the trick! Thx!
I have the same problem with ‘Diavoorstelling’ and ‘Bekijk xx foto’s’. Where can I modify this?
Dat is de wppa default text en heeft class .wppa-black, die kan je wijzigen met custom css. Voorbeeld:
.wppa-black {
font-color:darkgreen !important;
}
etc
Dankjewel! Misschien een domme vraag maar ik vind niet zo dadelijk waar ik dit kan aanpassen?
Alvast bedankt voor je antwoord!
Custom css can be entered using the menubar option
Customize -> Additional CSS
If there is no admin bar at the frontend, use dashboard function
Appearance -> Customize -> Additional CSS