Jump to content

changing the icon of a custom block feed


P1RATE

Recommended Posts

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

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

image.png.eadcd367b815a3fd6468f30743019156.png

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...