Viewing 4 replies - 1 through 4 (of 4 total)
  • Thanks for this great plugin!

    @samroderick: you can remove the “before” and “after” text in

    /wp-content/plugins/twentytwenty/public/assets/css/twentytwenty.css

    modify line 102-110 to:

    .twentytwenty-before-label {
      opacity: 0; }
      .twentytwenty-before-label:before {
        content: ""; }
    
    .twentytwenty-after-label {
      opacity: 0; }
      .twentytwenty-after-label:before {
        content: ""; }

    But it would be nice to modify it for individual B/A sliders.

    Great plugin! Would it be possible to change the label of the Before/After boxes? I have a bunch of photos from 2005 and 2015 that we are looking to show before and after, and it’d be cool to have that show to be more precise.

    Thanks!

    This question is more related to Zurb’s TwentyTwenty JavaScript, which this plugin uses. You can submit feature requests to Zurb at https://github.com/zurb/twentytwenty under the Issues tab.

    A few months late to the party here, but since these labels are set through css, it would be preferable to override with your own CSS rather than modify the file included in the plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘"Before & After" Side Text’ is closed to new replies.