How to change the font color of icon link title?

The Matrix
Tera Contributor

Hi All,

How do I change the title color of the icon link widget instance and can we able to change glyph color?

SiddharamTaka1_0-1710441640282.png

Thanks

 

 

1 ACCEPTED SOLUTION

Saloni Suthar
Mega Sage
Mega Sage

Hi @The Matrix,

You need to override the CSS. 

1. Navigate to Instance Options
2. Click on the hamburger icon and open it in platform

3. If the CSS field is not present, add it to the form.

4. Add your CSS code.

SaloniSuthar_0-1710442051931.png

 





If my response helped you, please click on "Accept as solution" and mark it as helpful.
- Saloni

View solution in original post

5 REPLIES 5

davitvoski
Tera Expert

@The Matrix You can target it via CSS and applying the "color: " attribute to it via the portal theme

@The Matrix Or you can always make a copy of the widget and change the color inside of it as well. Just ctrl+click on the widget.

davitvoski_0-1710441842237.png

 

James Chun
Kilo Patron

Hey @The Matrix,

 

Cntrl + right click the widget and select the 'Instance options'.

From there, you can modify the 'Bootstrap color' option

JamesChun_0-1710441821256.png

Cheers

This really help, thank you!