Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #401282

    Hello

    I need to make the text into the facebook like widget to be white instead of dark
    (icause the background is dark)

    thanks for your help

    Best regards
    Olivier

    #401758

    Hey Olivier!

    Try adding this to your custom CSS.

    .pts.plm {
      color: white !important;
    }

    Best regards,
    Elliott

    #403518

    Hello Elliot

    Thank you very much for your help !

    Unfortunatly this css seems to have no effect… ( I flushed all the caches (browser and hosting)

    Best regards

    Olivier L.

    #403901

    Hi!

    Elliott’s code should work, but try this instead:

    .plm {
    color: white;
    }
    

    If that does not work neither, we would need to see your website to give you some more precise CSS code. You can post a link as private message if you want.

    Best regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.