Remove CSS classes

Remove a CSS class name from elements on a page before taking a website screenshot

This feature is useful to remove specific visual component from a page.

Removing CSS class names example

To remove the class name from elements on the page, use the &remove_class=demo URL query string, where "demo" is the name of the class to remove.

To remove multiple class names, repeat the remove_class parameter such as &remove_class=demo&remove_class=sample

Here is the original page that we'd like to change by removing the "WHE7ib" class name from all elements on the page to change the layout from horizontal to vertical.

Screenshot with CSS class

The sample request to remove the class from the page is shown below.

// Line breaks added for readability https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&remove_class=WHE7ib
&url=https://play.google.com/store

The final result is shown below where the items are ordered vertically. Screenshot without the CSS class