Use this page when you need small CSS touch-ups for Cevoid widgets. Cevoid widgets are mainly styled through the platform, and most design needs can be handled in your widget settings. Every element in Cevoid widgets has a CSS class attached to it. These classes are prefixed withDocumentation Index
Fetch the complete documentation index at: https://docs.cevoid.com/llms.txt
Use this file to discover all available pages before exploring further.
.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.