CMS Development

bdel01
メンバー

Icon font color

解決

Hello,

Is there a way to change the color of icons? I bougt icons off a site, they are gray i'd like to change them.

0 いいね!
1件の承認済みベストアンサー
TRooInbound
解決策
キーアドバイザー

Icon font color

解決

Hi @bdel01,

 

If Icon is font icon that you can easily change the color of the icon. Generally, the icon is implantation in a <i> tag.

 

like we have to use font awesome icons in all place to

 

<i class="fa fa-bath" aria-hidden="true"></i>

 

Add this in CSS Stylesheet

i.fa {color:red;}

Try to do with your code with replacing your class name at .fa

 

Did my post help answer your query? Help the Community by marking it as a solution.

 

Team TRooInbound

元の投稿で解決策を見る

0 いいね!
3件の返信
TRooInbound
解決策
キーアドバイザー

Icon font color

解決

Hi @bdel01,

 

If Icon is font icon that you can easily change the color of the icon. Generally, the icon is implantation in a <i> tag.

 

like we have to use font awesome icons in all place to

 

<i class="fa fa-bath" aria-hidden="true"></i>

 

Add this in CSS Stylesheet

i.fa {color:red;}

Try to do with your code with replacing your class name at .fa

 

Did my post help answer your query? Help the Community by marking it as a solution.

 

Team TRooInbound

0 いいね!
bdel01
メンバー

Icon font color

解決

not really sure how to use font awesome icon's in the icon module.

0 いいね!
TRooInbound
キーアドバイザー

Icon font color

解決

Hi @bdel01,

 

is there something misunderstanding.

 

I just tell you an example of icon code because I don't know which icon set you purchased. want to know more about which icon set you have used or send page URL so I can tell you how to change icon font color.

 

Thanks,

Team TRooInbound

0 いいね!