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
any suggestions?
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
any suggestions?
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)…