• I’m creating a custom menu on the right sidebar. the content f192 displays in ul for all anchors. I cannot suppress this content even with inline css list-style-type set to ‘none’. I believe the parent them css is causing it.
    .sidebar-widget ul.children li a:before{
    font-family: FontAwesome;
    margin-right: 9px;
    content: “\f192”;

    HOW CAN I PREVENT the f192 CONTENT FROM DISPLAYING IN UNORDERED LIST ANCHORS

Viewing 1 replies (of 1 total)
  • Hi @pcroscia,

    Thanks for using our theme,

    Please share a screenshot of the issue you are facing, so that we can help you better regarding that and also share your website URL.

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Right Sidebar ul cannot disable list style type’ is closed to new replies.