Forum breadcrumbs – You are here:Asgaros Support ForumSupportIcon for Topics
Please or Register to create posts and topics.

Icon for Topics

Hy

I can’t find the way to change the icon for topics.

It is possible or not to change this one : dashicons-editor-alignleft by another one ?

 

 

Hello @tof

You can change the icon with the following css-code:

#af-wrapper .topic-status span::before {
  content: "\f301";
}

You can find the content-codes for it here:

Dashicons

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Thanks !

 

I put this code like that in the page where i put the shortcode of the forum

<style>

#af-wrapper .topic-status span::before {
content: “\f125”;
}

</style>

And it’s works.

But it is the best solution ?

 

There are a lot of different ways on how you can do this but it seems fine for me. 🙂

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!