Font Awesome Icon Size in Menu

Posted in: Newspaper
Post count: 41

Hi there,
I have this code in the menu navigation label:

<i class=”fa fa-home td-only-icon”></i>

Please tell me how can I increase the size of the icon.

Post count: 23312

Hello Jessie,

For example, if you want to increase the icons from our demo “Animals” you should use the code below and place it in Theme panel -> Custom CSS area.

.td-animals .td-icons-animals {
font-size: 60px;
}

The result is here -> https://www.screencast.com/t/OvLSBKMA

Note: This is just a simple example of our Animal News demo.

Thanks for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.