how can i change this color

qwer123411111

Member
Registered
Joined
Sep 15, 2020
Messages
17
Points
13

Reputation:

스크린샷(35)_LI.jpg


hello i want to change this postbit icon color how can i change this color?
 

sarvin_pakzad

программист и дизайнер
Collaborate
Registered
Joined
Nov 14, 2020
Messages
46
Points
18

Reputation:

find your icon code in "message_macros" and add style for it :
example :
HTML:
<i class="fa fa-user" style="color:#cc1212"></i>
if you using material icons you must change color in template style properties in icons section.
 

sarvin_pakzad

программист и дизайнер
Collaborate
Registered
Joined
Nov 14, 2020
Messages
46
Points
18

Reputation:

go to the appearance > Styles & templates > Templates > Select Add-on: DragonByte Credits in drop down menu > Find "dbtech_credits_postbit" and open it > Find "<dt title="{$currency.title}">{$currency.title}</dt>" and replace with > <dt title="{$currency.title}" style="color:red">{$currency.title}</dt> and save it .now press F5 in keyboard and view changes ! :)
 
Top