P1RATE 1 Posted December 16, 2021 Share Posted December 16, 2021 im not sure how to change the icon of a custom block i made for my bug tracker feed Link to comment Share on other sites More sharing options...
LymeeFairy 19 Posted December 16, 2021 Share Posted December 16, 2021 It depends on your theme. Some you just have to know this block's ID (15, 12, 102 or other) and get in a code like this: html[dir="ltr"] .cForumList .cForumRow[data-categoryid="3"] .cForumTitle::before {content: "\f005" !important;} We put this on Fluent/Design theme, in Edit and Forums. There's a block named [Icons Category] CSS code. So, if you use nexxe theme, this is how you change: In nexxe theme you go to Edit, Forums and then cb__lang_forums_icons. So, just put this code, otherwise, it won't work: ol#cb-nexxe__category > li.cForumRow[data-categoryid="13"] .ipsType_sectionTitle:before { content: "\f651"; } But that's how I've said, it only works if you know your theme's code, but… This usually can be found in Edit, in your AdminCP → Themes. Link to comment Share on other sites More sharing options...
P1RATE 1 Posted December 16, 2021 Author Share Posted December 16, 2021 4 hours ago, Yokizana said: It depends on your theme. Some you just have to know this block's ID (15, 12, 102 or other) and get in a code like this: html[dir="ltr"] .cForumList .cForumRow[data-categoryid="3"] .cForumTitle::before {content: "\f005" !important;} We put this on Fluent/Design theme, in Edit and Forums. There's a block named [Icons Category] CSS code. So, if you use nexxe theme, this is how you change: In nexxe theme you go to Edit, Forums and then cb__lang_forums_icons. So, just put this code, otherwise, it won't work: ol#cb-nexxe__category > li.cForumRow[data-categoryid="13"] .ipsType_sectionTitle:before { content: "\f651"; } But that's how I've said, it only works if you know your theme's code, but… This usually can be found in Edit, in your AdminCP → Themes. This is for something completely different, I'm talking about changing the icons of custom blocks I made for the WebFlake Trackers, specifically Bug Tracker, etc. How WebFlake has theres set up when you click on "Trackers" it takes you to a page with 3 blocks, Bugs, Suggestions, so on. Theres a way to add icons, and I'm trying to change the icons, as shown here Link to comment Share on other sites More sharing options...
LymeeFairy 19 Posted December 16, 2021 Share Posted December 16, 2021 6 hours ago, P1RATE said: Theres a way to add icons, and I'm trying to change the icons, as shown here I didn't get you. This is just what I mentioned to you. You have to edit this block on your theme. Link to comment Share on other sites More sharing options...
P1RATE 1 Posted December 16, 2021 Author Share Posted December 16, 2021 yes ive got it working, but i now have another problem located in this question Link to comment Share on other sites More sharing options...
Recommended Posts