Wiki

Clone wiki

Shortcode Ultimate V2 / How to override css?

Suppose, I need to override css of “Heading” shortcode. Let see: how do I override it…

  1. Go “\plugins\system\bdthemes_shortcodes\shortcodes\heading” location.
  2. Copy “css” folder.
  3. Go “\templates\shortcode(Your default Template)\html\plg_bdthemes_shortcodes\shortcodes\heading”. If not exist, create these folder.
  4. Paste “css” folder here.
  5. Edit “heading.css” as you need.

Updated