Support Forum

Is there any way to remove the icons from the forums?

KV kvr28
kvr28
Member

these 2?

I know I can change them, I would rather just remove them for a more minimalist look, I have tried on my testing site and it shows the broken image link

image.jpg

 

any suggestions? 

3 Answers

New Answer

MP Mr Papa
Mr Papa
Member

in your spGroupView template file…  just remove the icon display template function call…  ie

                                sp_ColumnStart(‘tagClass=spColumnSection spLeft&width=6%&height=55px’);
                                    sp_ForumIndexIcon(‘tagClass=spRowIcon spLeft’);
                                sp_ColumnEnd();

note that you can also reallocate the 6% width to another column if you desire (sp_ColumnStart)…