• Resolved jeepee999

    (@jeepee999)


    It seems not to be possible to change the font color of the album title.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    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

    Thread Starter jeepee999

    (@jeepee999)

    That did the trick! Thx!

    I have the same problem with ‘Diavoorstelling’ and ‘Bekijk xx foto’s’. Where can I modify this?

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    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

    Thread Starter jeepee999

    (@jeepee999)

    Dankjewel! Misschien een domme vraag maar ik vind niet zo dadelijk waar ik dit kan aanpassen?

    Alvast bedankt voor je antwoord!

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    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

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Font colors’ is closed to new replies.