Skip to:
Content
Pages
Categories
Search
Top
Bottom

Small ticks all over

Viewing 5 replies - 1 through 5 (of 5 total)
  • @robin-w

    Moderator

    I’d need a link to a live site, but doesn’t look like native bbpress.

    @ricklndn

    Participant

    https://www.roogle.ca/forums/forum/london-forums/

    its wired, when I make new forums the ticks are automatically beside it

    @robin-w

    Moderator

    ok you have css that does

    .inner-page-content article.article-content ul li::before {
    	content: "\f046";
    	font-family: FontAwesome;
    	color: #b6d91a;
    	position: absolute;
    	left: 0;
    }

    so if your theme has a custom css area, suggest you add the following

    .inner-page-content article.article-content ul li::before {
    	content: none !important;
    	}

    @ricklndn

    Participant

    Thats really cool how you figured that out and made some code that works.. thank you very much sir it worked.

    @robin-w

    Moderator

    great – glad you are fixed

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar