.cevoid-*.
Find widget classes
Use your browser’s developer tools to explore the classes available on a live widget.- Open a page where your Cevoid widget is embedded.
- Right-click the element you want to style.
- Select Inspect (or Inspect Element) to open developer tools.
- In the Elements panel, look for class names that start with
cevoid-on the selected element and its parent elements.
Override widget styles
Add CSS for Cevoid widget classes in your site’s CSS file to override the default widget styles. You may need!important when Cevoid’s built-in styles are more specific than your site CSS.
Hide post captions in the popup
Hide products in popup
Class names can differ between widget types (galleries, cards, popups, and program widgets). Always inspect the element on your page to confirm the exact class before adding CSS.