VisualComposer / visual-composer-starter

Visual Composer Starter theme for WordPress designed to be a perfect companion for a simple and good looking website or blog.
https://visualcomposer.com/visual-composer-starter-theme/
GNU General Public License v2.0
134 stars 61 forks source link

Bullet points displayed while using WooCommerce Products 3.2+ element #308

Closed iamrohan closed 2 years ago

iamrohan commented 2 years ago

When using WooCommerce Products 3.2+ element with starter theme, it displays bullet points in top left corner: https://prnt.sc/1uu3ru1

Steps to reproduce the behavior:

  1. Add WooCommerce Products 3.2+ element
  2. Check the page output

Expected behavior: Products being displayed without any bullets.

nikitahl commented 2 years ago

In this case, need to fix the WooCommerce Products 3.2+ element itself to override the theme styles. As well as consider refactoring these bullets as they're made using pseudo-elements that can be displayed anywhere where the lists are used.