• Hi,

    I created an enhanced category page using VC backend and it seems fine.
    I use two columns, the first one has a posts grid (for the specific category posts) and the second one the WP categories widget.
    The problem is that bullets appear in front of each category, along with the > symbol.
    These bullets do not appear in any other page I’m using this widget.

    https://dev.3alpha.eu/category/energy-management/

    thanks
    alex

    • This topic was modified 7 years, 7 months ago by sturma.
Viewing 1 replies (of 1 total)
  • Plugin Contributor danaila_iulian

    (@danaila_iulian)

    Hi Alex, from what I can see on your website, your theme has some special code for lists in widgets:

    .widget_recent_entries ul li::before, .widget_archive ul li::before, .widget_links ul li::before, .widget_meta ul li::before, .widget_categories ul li::before, .widget_pages ul li a::before, .widget_nav_menu ul li a::before, .widget ul.menu ul li a::before, .widget_product_categories ul li::before {
        content: "";
        font-family: FontAwesome;
        font-size: 10px;
        margin-right: 10px;
        margin-top: 2px;
    }

    You will have to edit your theme’s style.css file and adjust it accordingly.

    Thank you,
    Iulian

Viewing 1 replies (of 1 total)
  • The topic ‘Bullets appearing in WP Categories widget’ is closed to new replies.