• Home
  • Documentations
    • Phlox WordPress Theme
    • Phlox Pro WordPress Theme
    • Master Slider jQuery
    • Master Slider WordPress Pro
    • Master Slider WordPress Free
    • LOTUS WordPress Theme
  • Video Tutorials
    • Phlox ? Video Tutorials
    • Master Slider WP Pro
    • Master Slider WP Free
    • Master Slider jQuery
    • Lotus ? Video Tutorials
  • FAQ
    • General Questions
    • LOTUS WordPress Theme
    • Master Slider jQuery
    • Master Slider WordPress
    • CUTE Slider
  • Knowledge base
    • Beginners
    • Advanced Techniques
    • WordPress plugins
  • Support Forum
    • Login Or Register
    • Support Forum
    • Support Policy
Averta Support Center
  • Home
  • Documentations
    • Phlox WordPress Theme
    • Phlox Pro WordPress Theme
    • Master Slider jQuery
    • Master Slider WordPress Pro
    • Master Slider WordPress Free
    • LOTUS WordPress Theme
  • Video Tutorials
    • Phlox ? Video Tutorials
    • Master Slider WP Pro
    • Master Slider WP Free
    • Master Slider jQuery
    • Lotus ? Video Tutorials
  • FAQ
    • General Questions
    • LOTUS WordPress Theme
    • Master Slider jQuery
    • Master Slider WordPress
    • CUTE Slider
  • Knowledge base
    • Beginners
    • Advanced Techniques
    • WordPress plugins
  • Support Forum
    • Login Or Register
    • Support Forum
    • Support Policy

Looking for the answer

  • Home
  • Changing the Language of Website in WordPress
  • Adding CSS Filters
  • Adding CSS Filters

Adding CSS Filters


You can add CSS Filters to the slides. Master Slider applies these filters to the slides based on their position in the slider. To define a CSS filter, you need to create an object containing the filters properties. In the following you can find an example:

<pre>
  var slider = new MasterSlider();
  slider.setup( 'headerSlider', {
    width: 900,
    height: 700,
    filters: {
      grayscale: 1,
      opacity: 0.5,
      brightness: 2
    }
  });
</pre>

Note: For more information about CSS filters take a look at this page.

filterTarget option

This slider options specify the target element in the slides for applying the filters. Possible values: 'slide' and 'slide-background' or any slide scoped CSS selector.

Note: Since this feature is recently added to CSS, it is not available in all browser, particularly old IE versions.

Was this information helpful?

Submit
Previuos Step
Related articles list
Create New Support Ticket

Maybe You're Searching For These

Customizing your Website Login Page
Adding Group Layer
Adding and Customizing the Background with Phlox Background Settings
Linking Slides
Introducing Phlox
Loading Facebook Images
Setting a Background Image
Adding Text Layer
Copyright © 2017 Averta. All rights reserved.