Discussion Board Layout

Replies
3
Voices
2
Freshness
Followers

1

Hello,

I have setup a public discussion board for a website, after playing with some of the settings I got it to look the way that I wanted, but it seems that I can’t get rid of the bullets that are included in the original layout.  Please see screenshot attached.

You can also see it live on a test page at http://dcdigitalstrategy.com/HPSA/home-2/

Any help or insight into this you are able to offer would be greatly appreciated.

Thanks,

Daniel

  • Hi Daniel

    It looks like these are inherited from the theme. Add some extra CSS like:

    ul.ctdb-topic-table li:before {
        content: none;
    }

    Gareth

  • Hello Gareth,

    Thank you for taking the time to get back to me.

    I really want to move forward with purchasing a license for this plugin, but I can't until this issue is fixed. Unfortunately the CSS fix that you gave me above did not work. Do you have any other ideas?

    Thanks,

    Daniel